diff --git a/.changeset/shiny-pandas-repeat.md b/.changeset/shiny-pandas-repeat.md new file mode 100644 index 00000000..070f9348 --- /dev/null +++ b/.changeset/shiny-pandas-repeat.md @@ -0,0 +1,5 @@ +--- +"abstraxion-dashboard": patch +--- + +Remove passkey biometrics button, remove white avatar and update copy diff --git a/apps/abstraxion-dashboard/components/AbstraxionGrant/index.tsx b/apps/abstraxion-dashboard/components/AbstraxionGrant/index.tsx index 3cf07a89..454111be 100644 --- a/apps/abstraxion-dashboard/components/AbstraxionGrant/index.tsx +++ b/apps/abstraxion-dashboard/components/AbstraxionGrant/index.tsx @@ -146,9 +146,6 @@ export const AbstraxionGrant = ({ <>
Burnt Avatar -
{" "} - {/* This is the divider */} -

@@ -166,7 +163,7 @@ export const AbstraxionGrant = ({ - View your basic profile info + Log you in to their app
diff --git a/apps/abstraxion-dashboard/components/AbstraxionWallets/index.tsx b/apps/abstraxion-dashboard/components/AbstraxionWallets/index.tsx index e40fbf49..eb324c28 100644 --- a/apps/abstraxion-dashboard/components/AbstraxionWallets/index.tsx +++ b/apps/abstraxion-dashboard/components/AbstraxionWallets/index.tsx @@ -100,17 +100,6 @@ export const AbstraxionWallets = () => { } }; - const registerWebAuthn = useCallback(async () => { - try { - await stytchClient.webauthn.register({ - domain: window.location.hostname, - session_duration_minutes: 60, - }); - } catch (error) { - console.log(error); - } - }, [stytchClient]); - if (error) { setAbstraxionError((error as Error).message); return null; @@ -189,17 +178,6 @@ export const AbstraxionWallets = () => {
)}
- {connectionType === "stytch" && - user && - user?.webauthn_registrations.length < 1 && ( - - )}