Skip to content

Commit

Permalink
fix: fix imports and linting
Browse files Browse the repository at this point in the history
  • Loading branch information
iykazrji committed Jan 15, 2025
1 parent c130182 commit 08a9fa5
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 38 deletions.
7 changes: 5 additions & 2 deletions account-kit/rn-signer/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@ import {
type User,
} from "@account-kit/signer";
import NativeTEKStamper from "./NativeTEKStamper";
import { OAuthProvidersError } from "@account-kit/signer";
import {
OAuthProvidersError,
getOauthNonce,
getDefaultScopeAndClaims,
} from "@account-kit/signer";
import { z } from "zod";
import { getDefaultScopeAndClaims, getOauthNonce } from "./oauth";
import { base64UrlEncode } from "./utils/base64UrlEncode";
import { InAppBrowser } from "react-native-inappbrowser-reborn";
import { parseSearchParams } from "./utils/parseUrlParams";
Expand Down
36 changes: 0 additions & 36 deletions account-kit/rn-signer/src/oauth.ts

This file was deleted.

1 change: 1 addition & 0 deletions account-kit/signer/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ export { AlchemyWebSigner } from "./signer.js";
export type * from "./types.js";
export { AlchemySignerStatus } from "./types.js";
export { OAuthProvidersError, NotAuthenticatedError } from "./errors.js";
export { getOauthNonce, getDefaultScopeAndClaims } from "./oauth.js";

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 08a9fa5

Please sign in to comment.