Skip to content

Commit deb83e0

Browse files
committed
add new viesz
1 parent e897136 commit deb83e0

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

client/views/sentEmailLinkAgain.ejs

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!-- <html>
2+
<head>
3+
<title>profile</title>
4+
</head>
5+
<body>
6+
-->
7+
<%-include('./partials/head') %>
8+
<div class="container">
9+
<div class="row mt-3">
10+
<!-- <label for="" class="col-md-3">Verify your email</label> -->
11+
<div class="col-md-9">
12+
<form method="GET" action="/sendVerificationEmail">
13+
<h1>Time Elapsed! This link is not valid now. Get a new link to verify your email!</h1>
14+
<% if(!emailVerified) {%>
15+
<button type="submit" class="btn btn-primary">Get a Link</button>
16+
<% } else { %>
17+
<button type="submit" class="btn btn-primary" disabled>Your email has been verified!</button>
18+
<% } %>
19+
</form>
20+
</div>
21+
22+
</div>
23+
24+
</div>
25+
26+
27+
<!-- </body>
28+
</html> -->
File renamed without changes.

0 commit comments

Comments
 (0)