From fa1ef034ca32e78b1db3a5c36e82d03e975b43db Mon Sep 17 00:00:00 2001 From: jackHay22 Date: Tue, 12 Sep 2023 09:50:16 -0400 Subject: [PATCH] update oauth providers in sign in template --- templates/user/auth/signup_inner.tmpl | 30 ++++++++++++--------------- 1 file changed, 13 insertions(+), 17 deletions(-) diff --git a/templates/user/auth/signup_inner.tmpl b/templates/user/auth/signup_inner.tmpl index c6ecb78bdd779..184b8b88fe0b6 100644 --- a/templates/user/auth/signup_inner.tmpl +++ b/templates/user/auth/signup_inner.tmpl @@ -57,23 +57,19 @@ {{end}} {{if and .OrderedOAuth2Names .OAuth2Providers}} -
-
-
-
-
-

{{.i18n.Tr "sign_in_with"}}

- {{range $key := .OrderedOAuth2Names}} - {{$provider := index $.OAuth2Providers $key}} - - - {{end}} -
+
+ {{.locale.Tr "sign_in_or"}} +
+
+
+
+ {{range $key := .OrderedOAuth2Names}} + {{$provider := index $.OAuth2Providers $key}} + + {{end}}