Skip to content

Commit

Permalink
mansar.io
Browse files Browse the repository at this point in the history
  • Loading branch information
MuneebAnsari committed Apr 4, 2024
1 parent f541f2a commit 287dbe4
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions verifyemail/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,7 @@
.button:hover {
background-color: #0056b3;
}
.resend-link {
display: block;
margin-top: 20px;
color: #007bff;
text-decoration: none;
}
.signout-link {
.link {
display: inline;
margin-top: 20px;
color: #007bff;
Expand All @@ -69,15 +63,18 @@ <h1>Verification Email Sent</h1>
A verification email has been sent. Please check your inbox and click
the verification link to complete the process.
</p>
<a href="#" class="resend-link">Resend</a>

<p>
Didn't get an email?
<a href="#" class="link">Resend</a>
</p>
<!-- <a href="#" class="resend-link">Resend</a> -->
<p>
<span
>Wrong email?
<a
href="https://login.mansar.io/v2/logout?auth0Client=eyJuYW1lIjoiQXV0aDAuQW5kcm9pZCIsImVudiI6eyJhbmRyb2lkIjoiMzQifSwidmVyc2lvbiI6IjIuMTAuMiJ9&returnTo=com.etr407.ciam.androidharness%3A%2F%2Flogin.mansar.io%2Fandroid%2Fcom.etr407.ciam.androidharness%2Fcallback&client_id=pLK2iHJcGgqsVi01iY1lMUHrYD3jHTse"
class="signout-link"
>Sign Out</a
></span
Wrong email?
<a
href="https://login.mansar.io/v2/logout?auth0Client=eyJuYW1lIjoiQXV0aDAuQW5kcm9pZCIsImVudiI6eyJhbmRyb2lkIjoiMzQifSwidmVyc2lvbiI6IjIuMTAuMiJ9&returnTo=com.etr407.ciam.androidharness%3A%2F%2Flogin.mansar.io%2Fandroid%2Fcom.etr407.ciam.androidharness%2Fcallback&client_id=pLK2iHJcGgqsVi01iY1lMUHrYD3jHTse"
class="link"
>Sign Out</a
>
</p>
</div>
Expand Down

0 comments on commit 287dbe4

Please sign in to comment.