2022-01-14 08:03:31 -07:00
|
|
|
{{template "base/head" .}}
|
2023-06-07 05:20:18 -06:00
|
|
|
<div role="main" aria-label="{{.Title}}" class="page-content user signin webauthn-prompt">
|
|
|
|
<div class="ui page grid">
|
2022-09-09 14:18:54 -06:00
|
|
|
<div class="column center aligned">
|
2023-06-07 05:20:18 -06:00
|
|
|
{{template "user/auth/webauthn_error" .}}
|
2023-09-25 02:56:50 -06:00
|
|
|
<h3 class="ui top attached header">{{ctx.Locale.Tr "twofa"}}</h3>
|
2023-06-07 05:20:18 -06:00
|
|
|
<div class="ui attached segment">
|
|
|
|
{{svg "octicon-key" 56}}
|
2023-09-25 02:56:50 -06:00
|
|
|
<h3>{{ctx.Locale.Tr "webauthn_insert_key"}}</h3>
|
2023-06-07 05:20:18 -06:00
|
|
|
{{template "base/alert" .}}
|
2023-09-25 02:56:50 -06:00
|
|
|
<p>{{ctx.Locale.Tr "webauthn_sign_in"}}</p>
|
2023-06-07 05:20:18 -06:00
|
|
|
</div>
|
2024-03-24 08:31:35 -06:00
|
|
|
<div class="ui attached segment tw-flex tw-items-center tw-justify-center tw-gap-1 gt-py-3">
|
2024-03-23 14:11:15 -06:00
|
|
|
<div class="is-loading tw-w-[40px] tw-h-[40px]"></div>
|
2023-09-25 02:56:50 -06:00
|
|
|
{{ctx.Locale.Tr "webauthn_press_button"}}
|
2023-06-07 05:20:18 -06:00
|
|
|
</div>
|
2023-10-11 14:12:54 -06: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 08:03:31 -07:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{template "base/footer" .}}
|