style: refs #6427 #6427 fix tab

This commit is contained in:
Javier Segarra 2024-11-08 12:15:38 +01:00
parent f92dea1cf3
commit 01f97188f4
2 changed files with 5 additions and 9 deletions

View File

@ -12,8 +12,7 @@
ng-model="$ctrl.verificationCode" ng-model="$ctrl.verificationCode"
vn-name="verificationCode" vn-name="verificationCode"
autocomplete="false" autocomplete="false"
class="vn-mt-md" class="vn-mt-md">
>
</vn-textfield> </vn-textfield>
<vn-one> <vn-one>
<vn-vertical class="vn-mb-sm"> <vn-vertical class="vn-mb-sm">
@ -21,15 +20,13 @@
disabled="$ctrl.code" disabled="$ctrl.code"
label="Teléfono móvil" label="Teléfono móvil"
val="sms" val="sms"
ng-model="$ctrl.method" ng-model="$ctrl.method">
>
</vn-radio> </vn-radio>
<vn-radio <vn-radio
disabled="$ctrl.code" disabled="$ctrl.code"
label="E-mail" label="E-mail"
val="email" val="email"
ng-model="$ctrl.method" ng-model="$ctrl.method">
>
</vn-radio> </vn-radio>
</vn-vertical> </vn-vertical>
</vn-one> </vn-one>

View File

@ -31,9 +31,8 @@
vn-one vn-one
label="Recovery phone" label="Recovery phone"
ng-model="$ctrl.user.recoveryPhone" ng-model="$ctrl.user.recoveryPhone"
disabled="$root.user.id !== $ctrl.user.id" disabled="$root.user.id !== $ctrl.user.id">
> </vn-textfield>
</vn-textfield>
<vn-autocomplete <vn-autocomplete
label="Language" label="Language"
ng-model="$ctrl.user.lang" ng-model="$ctrl.user.lang"