2024-03-22 23:54:09 +00:00
|
|
|
<overflow-menu class="ui secondary pointing tabular top attached borderless menu secondary-nav">
|
2024-03-15 02:05:31 +00:00
|
|
|
<div class="overflow-menu-items tw-justify-center">
|
2022-12-09 13:34:51 +00:00
|
|
|
<a class="{{if .PageIsOpenIDConnect}}active {{end}}item" href="{{AppSubUrl}}/user/openid/connect">
|
2023-09-25 08:56:50 +00:00
|
|
|
{{ctx.Locale.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)}}
|
2022-12-09 13:34:51 +00:00
|
|
|
<a class="{{if .PageIsOpenIDRegister}}active {{end}}item" href="{{AppSubUrl}}/user/openid/register">
|
2023-09-25 08:56:50 +00:00
|
|
|
{{ctx.Locale.Tr "auth.openid_register_title"}}
|
2020-11-26 19:33:28 +00:00
|
|
|
</a>
|
|
|
|
{{end}}
|
|
|
|
</div>
|
2024-03-15 02:05:31 +00:00
|
|
|
</overflow-menu>
|