2017-03-17 14:16:08 +00:00
|
|
|
<div class="ui secondary pointing tabular top attached borderless menu stackable new-menu navbar">
|
2020-11-26 19:33:28 +00:00
|
|
|
<div class="new-menu-inner">
|
|
|
|
<a class="{{if .PageIsOpenIDConnect}}active{{end}} item" href="{{AppSubUrl}}/user/openid/connect">
|
|
|
|
{{.i18n.Tr "auth.openid_connect_title"}}
|
2017-03-17 14:16:08 +00:00
|
|
|
</a>
|
2021-05-09 14:13:35 +00:00
|
|
|
{{if and .EnableOpenIDSignUp (not .AllowOnlyInternalRegistration)}}
|
2020-11-26 19:33:28 +00:00
|
|
|
<a class="{{if .PageIsOpenIDRegister}}active{{end}} item" href="{{AppSubUrl}}/user/openid/register">
|
|
|
|
{{.i18n.Tr "auth.openid_register_title"}}
|
|
|
|
</a>
|
|
|
|
{{end}}
|
|
|
|
</div>
|
2017-03-17 14:16:08 +00:00
|
|
|
</div>
|