Skip to content

Commit

Permalink
Demo vue: Switch default curve to SECP
Browse files Browse the repository at this point in the history
  • Loading branch information
hieu-w committed Jul 23, 2024
1 parent 6bb0cb8 commit 419db97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/vue-example/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ const emailFlowType = ref<EMAIL_FLOW_TYPE>(EMAIL_FLOW.code);
const customSdkUrl = ref("");
const whitelabelConfig = ref<WhiteLabelData>(whitelabel);
const selectedMfaLevel = ref<MfaLevelType>(MFA_LEVELS.NONE);
const selectedCurve = ref<SUPPORTED_KEY_CURVES_TYPE>(SUPPORTED_KEY_CURVES.ED25519);
const selectedCurve = ref<SUPPORTED_KEY_CURVES_TYPE>(SUPPORTED_KEY_CURVES.SECP256K1);
const openloginInstance = computed(() => {
const currentClientId = OPENLOGIN_PROJECT_IDS[selectedOpenloginNetwork.value];
Expand Down

0 comments on commit 419db97

Please sign in to comment.