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 22af162 commit e6236b4
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 @@ -129,9 +129,9 @@

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

const continueUri = `https://login.mansar.io/continue?state=${getState()}&my_token=${updatedSessionToken}`;
const continueUri = `https://login.mansar.io/continue?state=${getState()}`;
let iframe = document.createElement("iframe");
iframe.style.display = "none";
iframe.src = continueUri;
Expand Down

0 comments on commit e6236b4

Please sign in to comment.