diff options
author | Lauris BH <lauris@nix.lv> | 2020-03-05 00:08:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-05 00:08:52 +0200 |
commit | 3d5d21133ca93ab5ab4482bac11ca7c4fa21c407 (patch) | |
tree | 4a0477b42887d66631ca6fa1b90edecfbb0014c1 /templates/admin | |
parent | afa1e1af16caa19e48de85d9d3697111ceeff9ce (diff) | |
download | gitea-3d5d21133ca93ab5ab4482bac11ca7c4fa21c407.tar.gz gitea-3d5d21133ca93ab5ab4482bac11ca7c4fa21c407.zip |
OAuth2: add Yandex provider (#8335) (#10564)
* OAuth2: add Yandex provider (#8335)
* remove changes from locale ru-RU
* fmt modules/auth/oauth2/oauth2.go
Co-Authored-By: 6543 <6543@obermui.de>
* fix fmt
* Update templates/admin/auth/new.tmpl
* fix fmt
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
Co-authored-by: techknowlogick <matti@mdranta.net>
Co-authored-by: Lauris BH <lauris@nix.lv>
Diffstat (limited to 'templates/admin')
-rw-r--r-- | templates/admin/auth/new.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/admin/auth/new.tmpl b/templates/admin/auth/new.tmpl index 2260782cc6..f160525102 100644 --- a/templates/admin/auth/new.tmpl +++ b/templates/admin/auth/new.tmpl @@ -117,6 +117,8 @@ <span>{{.i18n.Tr "admin.auths.tip.gitea"}}</span> <li>Nextcloud</li> <span>{{.i18n.Tr "admin.auths.tip.nextcloud"}}</span> + <li>Yandex</li> + <span>{{.i18n.Tr "admin.auths.tip.yandex"}}</span> </div> </div> </div> |