2017-03-17 19:46:08 +05:30
|
|
|
<div class="ui secondary pointing tabular top attached borderless menu stackable new-menu navbar">
|
2020-11-27 01:03:28 +05:30
|
|
|
<div class="new-menu-inner">
|
|
|
|
<a class="{{if .PageIsOpenIDConnect}}active{{end}} item" href="{{AppSubUrl}}/user/openid/connect">
|
2022-06-28 02:28:46 +05:30
|
|
|
{{.locale.Tr "auth.openid_connect_title"}}
|
2017-03-17 19:46:08 +05:30
|
|
|
</a>
|
2021-05-09 19:43:35 +05:30
|
|
|
{{if and .EnableOpenIDSignUp (not .AllowOnlyInternalRegistration)}}
|
2020-11-27 01:03:28 +05:30
|
|
|
<a class="{{if .PageIsOpenIDRegister}}active{{end}} item" href="{{AppSubUrl}}/user/openid/register">
|
2022-06-28 02:28:46 +05:30
|
|
|
{{.locale.Tr "auth.openid_register_title"}}
|
2020-11-27 01:03:28 +05:30
|
|
|
</a>
|
|
|
|
{{end}}
|
|
|
|
</div>
|
2017-03-17 19:46:08 +05:30
|
|
|
</div>
|