Skip to content

Commit

Permalink
fix: remove errors file from rn-signer
Browse files Browse the repository at this point in the history
  • Loading branch information
iykazrji committed Jan 14, 2025
1 parent 66f9b6c commit c130182
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 26 deletions.
2 changes: 1 addition & 1 deletion account-kit/rn-signer/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
type User,
} from "@account-kit/signer";
import NativeTEKStamper from "./NativeTEKStamper";
import { OAuthProvidersError } from "./errors";
import { OAuthProvidersError } from "@account-kit/signer";
import { z } from "zod";
import { getDefaultScopeAndClaims, getOauthNonce } from "./oauth";
import { base64UrlEncode } from "./utils/base64UrlEncode";
Expand Down
25 changes: 0 additions & 25 deletions account-kit/rn-signer/src/errors.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 @@ -14,3 +14,4 @@ export type * from "./signer.js";
export { AlchemyWebSigner } from "./signer.js";
export type * from "./types.js";
export { AlchemySignerStatus } from "./types.js";
export { OAuthProvidersError, NotAuthenticatedError } from "./errors.js";

0 comments on commit c130182

Please sign in to comment.