Fixed message on reset-verification-completed

This commit is contained in:
Matthew Patrick 2021-11-21 16:04:44 +07:00
parent d3cf5f81aa
commit db695f91f7

View file

@ -1,10 +1,10 @@
<!doctype html> <!doctype html>
<html lang="en"> <html lang="en">
<%- include('../layouts/header.ejs', {title: '', state: 'reset-verification-completed'}); %> <%- include('../layouts/header.ejs', {title: 'Forgot Password', state: 'reset-verification-completed'}); %>
<body> <body>
<%- include('../layouts/navbar.ejs', {types: 'v2', title: 'Verify Reset Password'}); %> <%- include('../layouts/navbar.ejs', {types: 'v2', title: 'Forgot Password'}); %>
<br> <br>
@ -13,12 +13,12 @@
<div class="col"> <div class="col">
<div class="card col-md-6 col-lg-6 col-xl-8"> <div class="card col-md-6 col-lg-6 col-xl-8">
<div class="card-header" style="color: white;"> <div class="card-header" style="color: white;">
<h2>Verification Completed !!</h2> <h2>Success !!</h2>
</div> </div>
<lottie-player style="display: -webkit-box;-webkit-box-pack: center;" autoplay background="transparent" class="icon" loop speed="1" <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> src="https://assets9.lottiefiles.com/temporary_files/7bLmTw.json"></lottie-player>
<div class="card-body"> <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 Using the button
below..</h6> below..</h6>
<br style="display: block;content: ' ';margin: 1vw 0;line-height: 1vw;"> <br style="display: block;content: ' ';margin: 1vw 0;line-height: 1vw;">