File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ explore = Explore
4
4
help = Help
5
5
logo = Logo
6
6
sign_in = Sign In
7
- sign_in_with = Sign In With
7
+ sign_in_or = Or
8
8
sign_out = Sign Out
9
9
sign_up = Register
10
10
link_account = Link Account
Original file line number Diff line number Diff line change 53
53
{{end}}
54
54
55
55
{{if and .OrderedOAuth2Names .OAuth2Providers}}
56
- <hr class="ui divider"/>
57
56
<div id="oauth2-login-navigator">
58
57
<div id="oauth2-login-navigator-inner" class="gt-df gt-fc gt-jc">
59
- <span class="gt-self-center gt-mb-4">{{.locale.Tr "sign_in_with"}}</span>
60
- <div class="gt-df gt-fc gt-fw gt-ac gt-gap-4">
58
+ <div class="ui horizontal divider">
59
+ {{.locale.Tr "sign_in_or"}}
60
+ </div>
61
+ <div class="gt-df gt-fc gt-fw gt-ac gt-gap-3">
61
62
{{range $key := .OrderedOAuth2Names}}
62
63
{{$provider := index $.OAuth2Providers $key}}
63
64
<a class="{{$provider.Name}} ui compact button silenced gt-df gt-ac gt-jc oauth-login-link" href="{{AppSubUrl}}/user/oauth2/{{$key}}">
You can’t perform that action at this time.
0 commit comments