authelia/server/src/views/u2f-register.pug
Clement Michaud e8c3205e0a Make Authelia compatible with Firefox.
Use the polyfill version of u2f API provided by Google.

https://github.com/mastahyeti/u2f-api

This polyfill is at least compatible with Chrome and
Firefox after enabling the U2F support.

[HOWTO] Enable U2F in Firefox >= 57:
Navigate to 'about:config' and search for 'u2f' option.
Double-click on the line to toggle the option.
2018-10-27 18:22:01 +02:00

11 lines
243 B
Plaintext

extends layout/layout.pug
block variables
- page_classname = "u2f-register";
block form-header
h1 Register your security key
block content
p Touch the token to register your security key.
img(src="/img/pendrive.png" alt="pendrive")