Skip to content

Commit

Permalink
fixed redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
Aydan Pirani committed Aug 20, 2024
2 parents 3f3fac1 + 482b32e commit 24edf50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const Config = {
};

export const DeviceRedirects: Record<string, string> = {
web: "http://reflectionsprojections.org/auth/",
web: "https://reflectionsprojections.org/auth/",
dev: "https://api.reflectionsprojections.org/auth/dev/",
mobile: "exp://192.168.86.24:8081/--/Main",
};
Expand Down

0 comments on commit 24edf50

Please sign in to comment.