testingigidkman

This commit is contained in:
Auth
2024-09-14 16:39:46 -04:00
parent 88fea6af16
commit 3847781c65
2 changed files with 6 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
import { createClient } from "@propelauth/javascript";
const authClient = createClient({
authUrl: "http://localhost:3000", // Replace with your actual auth URL
authUrl: "http://172.29.116.31", // Replace with your actual auth URL
enableBackgroundTokenRefresh: true // Optional
});