We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0fa32d9 + 8920235 commit 55a6fc4Copy full SHA for 55a6fc4
src/pages/Login.jsx
@@ -35,8 +35,8 @@ export default function Login() {
35
console.log("is prod: " , isProd);
36
37
const REDIRECT_URI = isProd
38
- ? `${CONFIG.appUrl}/login`
39
- : "http://localhost:3000/login";
+ ? `${CONFIG.appUrl}`
+ : "http://localhost:3000";
40
41
console.log("REDIRECT_URI: ", REDIRECT_URI);
42
0 commit comments