File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 <!-- edit user form -->
1010 <v-form v-model =" userValid" >
1111 <v-card-text >
12- <v-alert v-if =" userUpdated" outline color =" success" icon =" check_circle" value = " true " >
12+ <v-alert :value =" userUpdated" outlined color =" success" icon =" check_circle" >
1313 {{ $t('global.profile.user.updated') }}
1414 </v-alert >
1515 <!-- User login -->
5353 <!-- edit password form -->
5454 <v-form v-model =" passwordValid" >
5555 <v-card-text >
56- <v-alert v-if =" userPasswordUpdated" outline color =" success" icon =" check_circle" value = " true " >
56+ <v-alert :value =" userPasswordUpdated" outlined color =" success" icon =" check_circle" >
5757 {{ $t('global.profile.password.updated') }}
5858 </v-alert >
59- <v-alert v-else-if =" userPasswordUpdateError" outline color =" error" icon =" warning" value = " true " >
59+ <v-alert :value =" userPasswordUpdateError" outlined color =" error" icon =" warning" >
6060 {{ $t('global.profile.password.updateError') }}
6161 <br > {{ password.updateErrorMsg }}
6262 </v-alert >
You can’t perform that action at this time.
0 commit comments