0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-20 22:03:18 +01:00
gitea/templates/user/auth
silverwind 04f9ad0568
Fix incorrect tailwind migration (#30007)
Fixes https://github.com/go-gitea/gitea/issues/30005. Regression from
https://github.com/go-gitea/gitea/pull/29945.

There was only once instance of `tw-content-center` before that PR, so I
just ran below command and reverted that one instance.

```sh
perl -p -i -e 's#tw-content-center#tw-items-center#g' web_src/js/**/* templates/**/* models/**/* tests/**/*
```
2024-03-22 20:51:29 +01:00
..
activate.tmpl
activate_prompt.tmpl
captcha.tmpl
change_passwd.tmpl
change_passwd_inner.tmpl
finalize_openid.tmpl
forgot_passwd.tmpl
grant.tmpl
grant_error.tmpl
link_account.tmpl Add <overflow-menu>, rename webcomponents (#29400) 2024-03-15 02:05:31 +00:00
oidc_wellknown.tmpl
prohibit_login.tmpl
reset_passwd.tmpl Remove unnecessary ".Link" usages (#29929) 2024-03-20 06:58:10 +00:00
signin.tmpl
signin_inner.tmpl Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
signin_navbar.tmpl Add <overflow-menu>, rename webcomponents (#29400) 2024-03-15 02:05:31 +00:00
signin_openid.tmpl
signup.tmpl
signup_inner.tmpl Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
signup_openid_connect.tmpl
signup_openid_navbar.tmpl Add <overflow-menu>, rename webcomponents (#29400) 2024-03-15 02:05:31 +00:00
signup_openid_register.tmpl
twofa.tmpl
twofa_scratch.tmpl
webauthn.tmpl Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
webauthn_error.tmpl