We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e897136 commit deb83e0Copy full SHA for deb83e0
client/views/sentEmailLinkAgain.ejs
@@ -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
23
24
25
26
27
+ <!-- </body>
28
+</html> -->
client/views/verifyEmail.ejs renamed to client/views/verifyEmailMsg.ejs
0 commit comments