Skip to content

Commit

Permalink
Update config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
divyack2 authored Sep 2, 2024
1 parent b31253a commit b5d76ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ export const Config = {
};

export const DeviceRedirects: Record<string, string> = {
web: "https://reflectionsprojections.org/auth/",
dev: "https://api.reflectionsprojections.org/auth/dev/",
web: `${WEB_BASE}/auth/`,
dev: `${API_BASE}/auth/dev/`,
mobile: "reflectionsprojections://--/Main",
};

Expand Down

0 comments on commit b5d76ef

Please sign in to comment.