mirror of
https://github.com/better-auth/better-auth.git
synced 2026-07-29 11:50:12 -05:00
fix(one-tap): update import path for generateRandomString to fix unsupported crypto import for react native
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { BetterFetchOption } from "@better-fetch/fetch";
|
||||
import type { BetterAuthClientPlugin } from "../../types";
|
||||
import { generateRandomString } from "../../crypto";
|
||||
import { generateRandomString } from "../../crypto/random";
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
|
||||
Reference in New Issue
Block a user