clean up 2fa prompt page

This commit is contained in:
Hugh Rundle 2022-09-18 17:42:49 +10:00
parent 5b244f06d6
commit 9616abb6bd

View file

@ -21,8 +21,8 @@
</div> </div>
</nav> </nav>
<div class="container"> <div class="container">
<div class="columns is-multiline is-centered"> <div class="columns is-multiline is-centered hero is-fullheight is-vcentered">
<div class="column is-one-third"> <div class="column is-one-third m-4">
<header class="block"> <header class="block">
{% block header %} {% block header %}
<h1 class="title"> <h1 class="title">
@ -30,10 +30,10 @@
</h1> </h1>
{% endblock %} {% endblock %}
</header> </header>
<div class="is-centered"> <div class="is-centered p-2">
<p>You can secure your account by setting up two factor authentication in your user preferences. This will require a one-time code from your phone in addition to your password each time you log in.</p> <p class="block">You can secure your account by setting up two factor authentication in your user preferences. This will require a one-time code from your phone in addition to your password each time you log in.</p>
<div class="block is-centered"> <div class="block has-text-centered">
<a class="button is-warning" href="/">No thanks</a> <a class="button" href="/">No thanks</a>
<a class="button is-primary" href="/preferences/2fa">Set up 2FA</a> <a class="button is-primary" href="/preferences/2fa">Set up 2FA</a>
</div> </div>
</div> </div>