Skip to content

Commit

Permalink
PYIC-6245: Also check that there is no IPV Session ID
Browse files Browse the repository at this point in the history
  • Loading branch information
DanCorderIPV committed Nov 15, 2024
1 parent d515690 commit 78cc9fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/mobile-app/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const checkMobileAppDetails: RequestHandler = async (req, res) => {

// If we don't have a clientOAuthSessionId in our session then we're dealing with a cross browser callback and core back will give us a clientOAuthSessionId to use instead.
if (
!req.session.ipvSessionId &&
!req.session.clientOauthSessionId &&
apiResponse.data.clientOAuthSessionId
) {
Expand Down

0 comments on commit 78cc9fe

Please sign in to comment.