Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
moe-dev committed Dec 17, 2024
1 parent 974149b commit 8c1d6b1
Show file tree
Hide file tree
Showing 7 changed files with 103 additions and 90 deletions.
3 changes: 1 addition & 2 deletions examples/react-components/src/app/dashboard/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
getSuborgs,
getVerifiedSuborgs,
OtpVerification,
TurnkeyThemeProvider,
} from "@turnkey/sdk-react";
import { useEffect, useState } from "react";
import "./dashboard.css";
Expand Down Expand Up @@ -1070,7 +1069,7 @@ export default function Dashboard() {
×
</div>
<OtpVerification
type={emailInput ? "otpEmail" : "otpSms"}
type={emailInput ? "OTP_TYPE_EMAIL" : "OTP_TYPE_SMS"}
contact={emailInput ? emailInput : phoneInput}
suborgId={suborgId}
otpId={otpId!}
Expand Down
1 change: 0 additions & 1 deletion packages/sdk-react/src/assets/passkey-red.svg

This file was deleted.

15 changes: 14 additions & 1 deletion packages/sdk-react/src/assets/passkey.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8c1d6b1

Please sign in to comment.