Skip to content

Commit

Permalink
AUT-2760 test with true as the feature flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
VladGavrilet committed May 23, 2024
1 parent 01c1be5 commit 0c63b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export enum MFA_METHOD_TYPE {
SMS = "SMS",
AUTH_APP = "AUTH_APP",
}
export const shouldSkipPage = false;
export const shouldSkipPage = true;

export const PATH_NAMES = {
ROOT: "/",
Expand Down

0 comments on commit 0c63b81

Please sign in to comment.