Skip to content

Commit

Permalink
mansar.io
Browse files Browse the repository at this point in the history
  • Loading branch information
MuneebAnsari committed Apr 12, 2024
1 parent c35855c commit 9a52b27
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions verifyemail/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,10 @@
}

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

console.log("state", getState());

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

0 comments on commit 9a52b27

Please sign in to comment.