We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5db71fd commit fcd4bd5Copy full SHA for fcd4bd5
templates/user/auth/signin_inner.tmpl
@@ -18,7 +18,7 @@
18
</div>
19
{{if or (not .DisablePassword) .LinkAccountMode}}
20
<div class="required field {{if and (.Err_Password) (or (not .LinkAccountMode) (and .LinkAccountMode .LinkAccountModeSignIn))}}error{{end}}">
21
- <div class="tw-flex tw-justify-between">
+ <div class="tw-flex tw-justify-between tw-mb-[4px]">
22
<label for="password">{{ctx.Locale.Tr "password"}}</label>
23
<a href="{{AppSubUrl}}/user/forgot_password">{{ctx.Locale.Tr "auth.forgot_password"}}</a>
24
0 commit comments