diff --git a/mobile/lib/widgets/forms/login/login_form.dart b/mobile/lib/widgets/forms/login/login_form.dart index 5185c5c318..303d2b875f 100644 --- a/mobile/lib/widgets/forms/login/login_form.dart +++ b/mobile/lib/widgets/forms/login/login_form.dart @@ -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,