Skip to content

Commit

Permalink
revert demo constants
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1995 committed Jan 9, 2024
1 parent 72bff67 commit e1a2fc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions examples/vue-example/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export default defineComponent({
privKey: "",
ethereumPrivateKeyProvider: null as EthereumPrivateKeyProvider | EthMpcPrivKeyProvider | null,
LOGIN_PROVIDER: LOGIN_PROVIDER,
selectedLoginProvider: LOGIN_PROVIDER.EMAIL_PASSWORDLESS as LOGIN_PROVIDER_TYPE,
selectedLoginProvider: LOGIN_PROVIDER.GOOGLE as LOGIN_PROVIDER_TYPE,
login_hint: "",
isWhiteLabelEnabled: false,
UX_MODE: UX_MODE,
Expand All @@ -175,8 +175,8 @@ export default defineComponent({
BUILD_ENV: BUILD_ENV,
selectedOpenloginNetwork: OPENLOGIN_NETWORK.SAPPHIRE_DEVNET as OPENLOGIN_NETWORK_TYPE,
useMpc: false,
selectedBuildEnv: BUILD_ENV.DEVELOPMENT,
emailFlowType: EMAIL_FLOW.link,
selectedBuildEnv: BUILD_ENV.PRODUCTION,
emailFlowType: EMAIL_FLOW.code,
EMAIL_FLOW: EMAIL_FLOW,
};
},
Expand Down
2 changes: 1 addition & 1 deletion packages/openlogin-utils/src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ export type OpenLoginOptions = {

/**
* dashboardUrl is for internal development use only and is used to override the
* `network` parameter.
* `buildEnv` parameter.
* @internal
*/
dashboardUrl?: string;
Expand Down

0 comments on commit e1a2fc9

Please sign in to comment.