Skip to content

Commit

Permalink
mansar.io
Browse files Browse the repository at this point in the history
  • Loading branch information
MuneebAnsari committed Apr 18, 2024
1 parent e6236b4 commit adb376d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions verifyemail/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
}
</style>
</head>
<body>
<body onload="goToContinueUri()">
<div class="container">
<img
src="https://engineeringcareers.utoronto.ca/files/2020/10/407-ETR-logo.jpg"
Expand Down Expand Up @@ -128,7 +128,7 @@
}

async function goToContinueUri() {
const receivedToken = getSessionToken();
// const receivedToken = getSessionToken();
// const updatedSessionToken = await updatedToken(receivedToken);

const continueUri = `https://login.mansar.io/continue?state=${getState()}`;
Expand Down

0 comments on commit adb376d

Please sign in to comment.