浏览代码

Prettify UI

Son NK 5 年之前
父节点
当前提交
25d8f8926b
共有 2 个文件被更改,包括 7 次插入2 次删除
  1. 6 1
      app/auth/templates/auth/mfa.html
  2. 1 1
      templates/single.html

+ 6 - 1
app/auth/templates/auth/mfa.html

@@ -7,7 +7,12 @@
 
 
 
 
 {% block single_content %}
 {% block single_content %}
-  <div class="bg-white p-6" style="max-width: 50em; margin: auto">
+  <div class="bg-white p-6" style="margin: auto">
+
+    <div>
+      Your account is protected with multi-factor authentication (MFA). <br>
+      To continue with the sign-in you need to provide the access code from your authenticator.
+    </div>
 
 
     <form method="post">
     <form method="post">
       {{ otp_token_form.csrf_token }}
       {{ otp_token_form.csrf_token }}

+ 1 - 1
templates/single.html

@@ -4,7 +4,7 @@
   <div class="page-single">
   <div class="page-single">
     <div class="container">
     <div class="container">
       <div class="row">
       <div class="row">
-        <div class="col col-login mx-auto">
+        <div class="col mx-auto" style="max-width: 50rem">
           <div class="text-center mb-6">
           <div class="text-center mb-6">
             <a href="https://simplelogin.io">
             <a href="https://simplelogin.io">
               <img src="/static/logo.png" style="background-color: transparent; height: 40px">
               <img src="/static/logo.png" style="background-color: transparent; height: 40px">