From c24cd927b879d8c877b1b6e8f2c49e9ff7f06d62 Mon Sep 17 00:00:00 2001 From: silverwind Date: Wed, 24 Jul 2024 00:58:41 +0200 Subject: [PATCH] Prevent keyboard focus on "Forgot password" --- templates/user/auth/signin_inner.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/user/auth/signin_inner.tmpl b/templates/user/auth/signin_inner.tmpl index b0a52d2c64..899b11a7eb 100644 --- a/templates/user/auth/signin_inner.tmpl +++ b/templates/user/auth/signin_inner.tmpl @@ -19,7 +19,7 @@ {{if or (not .DisablePassword) .LinkAccountMode}}
- {{ctx.Locale.Tr "auth.forgot_password"}} + {{ctx.Locale.Tr "auth.forgot_password"}}
{{end}}