mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-14 02:16:19 +01:00
Fixed message on forgot-verification-sent
This commit is contained in:
parent
c29a945f55
commit
d3cf5f81aa
1 changed files with 5 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<%- include('../layouts/header.ejs', {title: 'Verify Forgot Password', state: 'forgot-verification-sent'}); %>
|
<%- include('../layouts/header.ejs', {title: 'Forgot Password', state: 'forgot-verification-sent'}); %>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<%- include('../layouts/navbar.ejs', {types: 'v2', title: 'Verify Forgot Password'}); %>
|
<%- include('../layouts/navbar.ejs', {types: 'v2', title: 'Forgot Password'}); %>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<div data-aos="fade-in" data-aos-delay="500" class="container">
|
<div data-aos="fade-in" data-aos-delay="500" class="container">
|
||||||
|
@ -12,14 +12,13 @@
|
||||||
<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>Verify Your Email Address</h2>
|
<h2>Check Your Inbox !!!</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://assets5.lottiefiles.com/packages/lf20_gMQp3a.json"></lottie-player>
|
src="https://assets5.lottiefiles.com/packages/lf20_gMQp3a.json"></lottie-player>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h5 class="card-text" style="color: #dedede;">Before proceeding, please check your email for a
|
<h5 class="card-text" style="color: #dedede;">To reset your password, please check your email for a link
|
||||||
verification link
|
to change your password.</h5>
|
||||||
to verify your email address.</h5>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue