feat(salix): refs #6427 add recoveryPhone in account layout
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Javier Segarra 2024-05-23 14:45:12 +02:00
parent 187f7f1cdb
commit 05428da58e
2 changed files with 10 additions and 1 deletions

View File

@ -161,7 +161,8 @@
"hasGrant",
"realm",
"email",
"emailVerified"
"emailVerified",
"recoveryPhone"
]
}
}

View File

@ -27,6 +27,14 @@
ng-model="$ctrl.user.email"
rule="VnUser">
</vn-textfield>
<vn-textfield
vn-one
label="Recovery phone"
ng-model="$ctrl.user.recoveryPhone"
disabled="$root.user.id !== $ctrl.user.id"
>
</vn-textfield>
<vn-autocomplete
label="Language"
ng-model="$ctrl.user.lang"