-
+{{.locale.Tr "sign_in"}}
- -
+ {{if or (not .LinkAccountMode) (and .LinkAccountMode .LinkAccountModeSignIn)}}
+ {{template "base/alert" .}}
+ {{end}}
+
+{{/* a11y R1: password visibility toggle */}}
-{{template "base/footer" .}}
+
\ No newline at end of file
+ {{if .LinkAccountMode}} + {{ctx.Locale.Tr "auth.oauth_signin_title"}} + {{else}} + {{ctx.Locale.Tr "auth.login_userpass"}} + {{end}} +
+
+ {{if .EnablePasswordSignInForm}}
+
+ {{end}}
+