63 lines
1.5 KiB
HTML
63 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<head data-v-copy-from="blank.html,head">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<nav data-v-copy-from="user/index.html,body > nav:first">Domains</nav>
|
|
|
|
<main id="site-content">
|
|
<div class="container my-5">
|
|
<div class="row">
|
|
|
|
<div class="col-md-6 justify-content-center border p-4 mx-auto" id="user-container">
|
|
|
|
|
|
<div class="notifications" data-v-copy-from="user/index.html,#user-container .notifications"></div>
|
|
|
|
<form method="post" role="form" id="reset" class="login-form fade-in-effect" enctype="multipart/form-data" action="">
|
|
|
|
<input type="hidden" name="csrf" data-v-csrf>
|
|
|
|
<div class="login-form-content">
|
|
|
|
<h4 class="mb-3">
|
|
<i class="la la-key"></i> Two factor authentication
|
|
</h4>
|
|
<p class="text-muted">To verify your identidy enter the 6 digit code generated by your authenticator app.</p>
|
|
|
|
<div class="notifications" data-v-notifications data-v-copy-from="index.html,.notifications"></div>
|
|
|
|
<div class="mb-4">
|
|
<label>Verification code</label>
|
|
<input type="text" class="form-control" name="code" id="code" placeholder="6 digit code" autocomplete="off" required />
|
|
</div>
|
|
|
|
|
|
<div class="mb-4 mt-4">
|
|
|
|
<button type="submit" class="btn btn-primary btn-icon w-100">
|
|
Continue <i class="icon-chevron-forward-outline float-end ms-2"></i>
|
|
</button>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</form>
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</main>
|
|
|
|
<footer data-v-copy-from="blank.html,footer"></footer>
|
|
</body>
|
|
</html>
|