diff --git a/templates/login/opt_input.html b/templates/login/opt_input.html index 39d449e..a0f5e4d 100644 --- a/templates/login/opt_input.html +++ b/templates/login/opt_input.html @@ -1,24 +1,83 @@ {% extends "base_login_page.html" %} {% block content %} + +

Please go to your authenticator app {{ factor.name }}, generate a new code and enter it here:

-
- + +
- - +
+ + + + + + +
- -
- Sign in using another factor
+ Sign in using another factor
Sign out
+ + {% endblock content %} \ No newline at end of file