diff --git a/src/config.ts b/src/config.ts index 92ff44f..9133f3d 100644 --- a/src/config.ts +++ b/src/config.ts @@ -94,8 +94,8 @@ export const Config = { }; export const DeviceRedirects: Record = { - web: "https://reflectionsprojections.org/auth/", - dev: "https://api.reflectionsprojections.org/auth/dev/", + web: `${WEB_BASE}/auth/`, + dev: `${API_BASE}/auth/dev/`, mobile: "reflectionsprojections://--/Main", };