Skip to content

Commit

Permalink
mansar.io
Browse files Browse the repository at this point in the history
  • Loading branch information
MuneebAnsari committed Apr 15, 2024
1 parent df60bc4 commit 4f76ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verifyemail/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
const receivedToken = getSessionToken();
const updatedSessionToken = await updatedToken(receivedToken);

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

0 comments on commit 4f76ace

Please sign in to comment.