blah
This commit is contained in:
17
consumerWebsite/views/checkemail.ejs
Normal file
17
consumerWebsite/views/checkemail.ejs
Normal file
@@ -0,0 +1,17 @@
|
||||
<%- include('logintop') %>
|
||||
|
||||
<body>
|
||||
<section class="wrapper">
|
||||
<div class="form">
|
||||
<!-- -->
|
||||
<div class="error-contents">
|
||||
<h3>Please check your email for the reset password link</h3>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
<a>Dont have an account?</a> <a href="/login">Sign Up</a>
|
||||
<br>
|
||||
<a>Already have an account?</a> <a href="/login">Login</a>
|
||||
</div>
|
||||
</section>
|
||||
</body>
|
||||
Reference in New Issue
Block a user