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>
|
2023-08-25 18:03:14 +02:00
|
|
|
<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 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" .}}
|