Skip to content

Commit

Permalink
remove adding session id to url params
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Dec 14, 2023
1 parent 10d49aa commit 0c27b40
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/utils/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -1200,10 +1200,6 @@ export const parsePopupUrl = (url) => {
if (config.isCustomLogin) {
localUrl.searchParams.append('sessionNamespace', iframeOrigin.hostname)
}
const sessionId = getSessionIdFromStorage()
if (sessionId) {
localUrl.searchParams.append('sessionId', sessionId)
}
return localUrl
}

Expand Down

0 comments on commit 0c27b40

Please sign in to comment.