mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
Fix E2E tests, related to the OAuth flow
This commit is contained in:
@@ -391,7 +391,7 @@ export function oAuthComplete(params: { accept?: boolean } = {}) {
|
||||
} else if (resp.redirectUri.startsWith('static_page')) {
|
||||
const displayCode = resp.redirectUri.includes('static_page_with_code');
|
||||
|
||||
const [, code] = resp.redirectUri.match(/code=(.+)&/) || [];
|
||||
const [, code] = resp.redirectUri.match(/code=([^&]+)/) || [];
|
||||
[, resp.redirectUri] = resp.redirectUri.match(/^(.+)\?/) || [];
|
||||
|
||||
dispatch(
|
||||
|
||||
Reference in New Issue
Block a user