You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

webauthn.tmpl 800B

12345678910111213141516171819202122
  1. {{template "base/head" .}}
  2. <div class="user signin webauthn-prompt">
  3. <div class="ui middle centered very relaxed page grid">
  4. <div class="column">
  5. <h3 class="ui top attached header">
  6. {{.i18n.Tr "twofa"}}
  7. </h3>
  8. <div class="ui attached segment">
  9. <i class="huge key icon"></i>
  10. <h3>{{.i18n.Tr "webauthn_insert_key"}}</h3>
  11. {{template "base/alert" .}}
  12. <p>{{.i18n.Tr "webauthn_sign_in"}}</p>
  13. </div>
  14. <div class="ui attached segment"><div class="ui active indeterminate inline loader"></div> {{.i18n.Tr "webauthn_press_button"}} </div>
  15. <div class="ui attached segment">
  16. <a href="{{AppSubUrl}}/user/two_factor">{{.i18n.Tr "webauthn_use_twofa"}}</a>
  17. </div>
  18. </div>
  19. </div>
  20. </div>
  21. {{template "user/auth/webauthn_error" .}}
  22. {{template "base/footer" .}}