2022-01-14 20:33:31 +05:30
|
|
|
{{template "base/head" .}}
|
2023-06-07 16:50:18 +05:30
|
|
|
<div role="main" aria-label="{{.Title}}" class="page-content user signin webauthn-prompt">
|
|
|
|
<div class="ui page grid">
|
2022-09-10 01:48:54 +05:30
|
|
|
<div class="column center aligned">
|
2023-06-07 16:50:18 +05:30
|
|
|
{{template "user/auth/webauthn_error" .}}
|
2023-09-25 14:26:50 +05:30
|
|
|
<h3 class="ui top attached header">{{ctx.Locale.Tr "twofa"}}</h3>
|
2023-06-07 16:50:18 +05:30
|
|
|
<div class="ui attached segment">
|
|
|
|
{{svg "octicon-key" 56}}
|
2023-09-25 14:26:50 +05:30
|
|
|
<h3>{{ctx.Locale.Tr "webauthn_insert_key"}}</h3>
|
2023-06-07 16:50:18 +05:30
|
|
|
{{template "base/alert" .}}
|
2023-09-25 14:26:50 +05:30
|
|
|
<p>{{ctx.Locale.Tr "webauthn_sign_in"}}</p>
|
2023-06-07 16:50:18 +05:30
|
|
|
</div>
|
2023-08-25 21:33:14 +05:30
|
|
|
<div class="ui attached segment gt-df gt-ac gt-jc gt-gap-2 gt-py-3">
|
|
|
|
<div class="is-loading" style="width: 40px; height: 40px"></div>
|
2023-09-25 14:26:50 +05:30
|
|
|
{{ctx.Locale.Tr "webauthn_press_button"}}
|
2023-06-07 16:50:18 +05:30
|
|
|
</div>
|
2023-10-12 01:42:54 +05:30
|
|
|
{{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 20:33:31 +05:30
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{template "base/footer" .}}
|