77 lines
1.8 KiB
HTML
77 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
|
|
<meta name="description" content="">
|
|
<meta name="author" content="">
|
|
<link rel="icon" href="/favicon.ico">
|
|
|
|
<base href="../">
|
|
|
|
<title>Verification code</title>
|
|
|
|
|
|
|
|
<link href="css/admin.css" rel="stylesheet">
|
|
</head>
|
|
|
|
|
|
<body class="login">
|
|
|
|
<div class="d-flex align-items-center justify-content-center h-100">
|
|
<div class="login-container">
|
|
|
|
|
|
<div class="logo-content">
|
|
<a href="//www.vvveb.com" target="_blank">
|
|
<img src="img/logom.png" />
|
|
</a>
|
|
</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>
|
|
</body>
|
|
|
|
</html>
|