mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
Disable smart dashes and quotes in password input
This commit is contained in:
parent
652ef8a427
commit
12a19c9ce6
1 changed files with 4 additions and 0 deletions
|
|
@ -506,6 +506,10 @@ class LoginForm extends HookConsumerWidget {
|
|||
ImmichPasswordInput(
|
||||
controller: passwordController,
|
||||
focusNode: passwordFocusNode,
|
||||
smartDashesType: SmartDashesType.disabled,
|
||||
smartQuotesType: SmartQuotesType.disabled,
|
||||
autocorrect: false,
|
||||
enableSuggestions: false,
|
||||
label: context.t.password,
|
||||
hintText: context.t.login_form_password_hint,
|
||||
keyboardAction: TextInputAction.go,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue