From 482b32ed30f99fcbe78960cd7db9e217d2846998 Mon Sep 17 00:00:00 2001 From: Aydan Pirani Date: Mon, 19 Aug 2024 20:47:14 -0500 Subject: [PATCH] Update config.ts --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 2c4b25b..18c0f82 100644 --- a/src/config.ts +++ b/src/config.ts @@ -89,7 +89,7 @@ export const Config = { }; export const DeviceRedirects: Record = { - web: "http://www.reflectionsprojections.org/auth/", + web: "https://www.reflectionsprojections.org/auth/", dev: "https://api.reflectionsprojections.org/auth/dev/", mobile: "exp://192.168.86.24:8081/--/Main", };