From 05428da58e311fc47bc1e6d50a13e2922a769a43 Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Thu, 23 May 2024 14:45:12 +0200 Subject: [PATCH] feat(salix): refs #6427 add recoveryPhone in account layout --- back/models/vn-user.json | 3 ++- modules/account/front/basic-data/index.html | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/back/models/vn-user.json b/back/models/vn-user.json index 55323f39a5..2347b877bd 100644 --- a/back/models/vn-user.json +++ b/back/models/vn-user.json @@ -161,7 +161,8 @@ "hasGrant", "realm", "email", - "emailVerified" + "emailVerified", + "recoveryPhone" ] } } diff --git a/modules/account/front/basic-data/index.html b/modules/account/front/basic-data/index.html index 9fd3506fe1..7cd3dbf512 100644 --- a/modules/account/front/basic-data/index.html +++ b/modules/account/front/basic-data/index.html @@ -27,6 +27,14 @@ ng-model="$ctrl.user.email" rule="VnUser"> + +