mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-13 01:46:23 +01:00
Fixed message on reset-verification-completed
This commit is contained in:
parent
d3cf5f81aa
commit
db695f91f7
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
||||
<%- include('../layouts/header.ejs', {title: '', state: 'reset-verification-completed'}); %>
|
||||
<%- include('../layouts/header.ejs', {title: 'Forgot Password', state: 'reset-verification-completed'}); %>
|
||||
|
||||
<body>
|
||||
<%- include('../layouts/navbar.ejs', {types: 'v2', title: 'Verify Reset Password'}); %>
|
||||
<%- include('../layouts/navbar.ejs', {types: 'v2', title: 'Forgot Password'}); %>
|
||||
<br>
|
||||
|
||||
|
||||
|
@ -13,12 +13,12 @@
|
|||
<div class="col">
|
||||
<div class="card col-md-6 col-lg-6 col-xl-8">
|
||||
<div class="card-header" style="color: white;">
|
||||
<h2>Verification Completed !!</h2>
|
||||
<h2>Success !!</h2>
|
||||
</div>
|
||||
<lottie-player style="display: -webkit-box;-webkit-box-pack: center;" autoplay background="transparent" class="icon" loop speed="1"
|
||||
src="https://assets9.lottiefiles.com/temporary_files/7bLmTw.json"></lottie-player>
|
||||
<div class="card-body">
|
||||
<h6 class="card-text" style="color: #dedede;">Your Email Has Been Verified !! Please Sign in
|
||||
<h6 class="card-text" style="color: #dedede;">Your Password Has Been Changed !! Please Sign in
|
||||
Using the button
|
||||
below..</h6>
|
||||
<br style="display: block;content: ' ';margin: 1vw 0;line-height: 1vw;">
|
||||
|
|
Loading…
Reference in a new issue