- se iOS non ricarica la pagina ma disinstalla il SW precedente e chiede di riavviare
- fixed: Creando un Conto di Gruppo, pare che venga impostato anche l'username... invece dev'essere solo il groupname -
This commit is contained in:
@@ -36,7 +36,8 @@
|
||||
rounded
|
||||
outlined
|
||||
dense
|
||||
lazy-rules
|
||||
debounce="500"
|
||||
@update:model-value="checkAutoCompletion"
|
||||
v-on:keyup.enter="onSubmit()"
|
||||
:label="$t('reg.password')"
|
||||
:rules="[
|
||||
@@ -48,6 +49,7 @@
|
||||
>
|
||||
<template v-slot:append>
|
||||
<q-btn
|
||||
v-if="!autoCompleteTriggered"
|
||||
tabindex="-1"
|
||||
:icon="
|
||||
typePassword === `password` ? `fas fa-eye-slash` : `fas fa-eye`
|
||||
|
||||
Reference in New Issue
Block a user