fix: Ricordami non funzionante nell'accesso

This commit is contained in:
Maicol Battistini 2023-12-11 20:27:28 +01:00
parent 93047b15b9
commit 6cacf7d23a
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ export default class LoginPage extends Page {
),
remember: (
<label>
<md-checkbox name="remember" touch-target="wrapper"/>
<md-checkbox name="remember" touch-target="wrapper" data-preferred-value-prop="checked"/>
<span>{__('Ricordami')}</span>
</label>
)