2022-01-14 16:03:31 +01:00
|
|
|
{{template "base/head" .}}
|
2023-06-07 13:20:18 +02:00
|
|
|
<div role="main" aria-label="{{.Title}}" class="page-content user signin webauthn-prompt">
|
|
|
|
<div class="ui page grid">
|
2022-09-09 22:18:54 +02:00
|
|
|
<div class="column center aligned">
|
2023-06-07 13:20:18 +02:00
|
|
|
{{template "user/auth/webauthn_error" .}}
|
2023-09-25 10:56:50 +02:00
|
|
|
<h3 class="ui top attached header">{{ctx.Locale.Tr "twofa"}}</h3>
|
2023-06-07 13:20:18 +02:00
|
|
|
<div class="ui attached segment">
|
|
|
|
{{svg "octicon-key" 56}}
|
2023-09-25 10:56:50 +02:00
|
|
|
<h3>{{ctx.Locale.Tr "webauthn_insert_key"}}</h3>
|
2023-06-07 13:20:18 +02:00
|
|
|
{{template "base/alert" .}}
|
2023-09-25 10:56:50 +02:00
|
|
|
<p>{{ctx.Locale.Tr "webauthn_sign_in"}}</p>
|
2023-06-07 13:20:18 +02:00
|
|
|
</div>
|
2024-03-22 20:51:29 +01:00
|
|
|
<div class="ui attached segment tw-flex tw-items-center tw-justify-center gt-gap-2 gt-py-3">
|
2024-03-23 21:11:15 +01:00
|
|
|
<div class="is-loading tw-w-[40px] tw-h-[40px]"></div>
|
2023-09-25 10:56:50 +02:00
|
|
|
{{ctx.Locale.Tr "webauthn_press_button"}}
|
2023-06-07 13:20:18 +02:00
|
|
|
</div>
|
2023-10-11 22:12:54 +02:00
|
|
|
{{if .HasTwoFactor}}
|
|
|
|
<div class="ui attached segment">
|
|
|
|
<a href="{{AppSubUrl}}/user/two_factor">{{ctx.Locale.Tr "webauthn_use_twofa"}}</a>
|
|
|
|
</div>
|
|
|
|
{{end}}
|
2022-01-14 16:03:31 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{template "base/footer" .}}
|