|
const noB2bTokenPages = ['quoteDraft', 'quoteDetail', 'register', 'login', 'forgotpassword']; |
If you visit #/forgotPassword on the portal, it will redirect you to /login?loginFlag=deviceCrowdingLogIn, which is maybe because the tokenPages has forgotpassword and not forgotPassword (it is not case-insensitive)
b2b-buyer-portal/apps/storefront/src/utils/b3logout.ts
Line 12 in c0bd7c0
If you visit #/forgotPassword on the portal, it will redirect you to /login?loginFlag=deviceCrowdingLogIn, which is maybe because the tokenPages has forgotpassword and not forgotPassword (it is not case-insensitive)