Skip to content

Commit

Permalink
CHANGE DEFAULTS
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Nov 2, 2023
1 parent b6ce0bd commit bcf3728
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/vue-example/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,12 @@ export default defineComponent({
login_hint: "",
isWhiteLabelEnabled: false,
UX_MODE: UX_MODE,
selectedUxMode: UX_MODE.POPUP as UX_MODE_TYPE,
selectedUxMode: UX_MODE.REDIRECT as UX_MODE_TYPE,
OPENLOGIN_NETWORK: OPENLOGIN_NETWORK,
BUILD_ENV: BUILD_ENV,
selectedOpenloginNetwork: OPENLOGIN_NETWORK.SAPPHIRE_DEVNET as OPENLOGIN_NETWORK_TYPE,
useMpc: false,
selectedBuildEnv: BUILD_ENV.DEVELOPMENT,
selectedBuildEnv: BUILD_ENV.PRODUCTION,
emailFlowType: EMAIL_FLOW.link,
EMAIL_FLOW: EMAIL_FLOW,
};
Expand Down

0 comments on commit bcf3728

Please sign in to comment.