From 17739fb988c36a6ad26df6c14d6c1e6e4d9f8f48 Mon Sep 17 00:00:00 2001 From: Auth <93170896+AuthGithub@users.noreply.github.com> Date: Sat, 14 Sep 2024 17:51:33 -0400 Subject: [PATCH] fix auth --- auth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth.js b/auth.js index 9e332b3..6842393 100644 --- a/auth.js +++ b/auth.js @@ -1,7 +1,7 @@ import { createClient } from "@propelauth/javascript"; const authClient = createClient({ - authUrl: "http://172.29.116.31", // Replace with your actual auth URL + authUrl: "https://auth.fooddecisive.co", // Replace with your actual auth URL enableBackgroundTokenRefresh: true // Optional });