Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 3479959

Browse files
committed
removing my frontend api key.
1 parent 14f395b commit 3479959

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/expo/src/_app.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ import { SignInScreen } from "./screens/signin";
88
import { ClerkProvider, SignedIn, SignedOut } from "@clerk/clerk-expo";
99
import { tokenCache } from "./utils/cache";
1010

11-
const clerk_frontend_api = "clerk.crack.hen-64.lcl.dev";
11+
// Find this in your Dashboard.
12+
const clerk_frontend_api = "YOUR_CLERK_FRONTEND_API";
1213

1314
export const App = () => {
1415
return (

0 commit comments

Comments
 (0)