summaryrefslogtreecommitdiffhomepage
path: root/src/components/Layout.jsx
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2024-05-22 14:58:01 -0400
committerrealtradam <[email protected]>2024-05-22 14:58:01 -0400
commit2330eb25d958df5a8e15bcc9f452ac703323d159 (patch)
tree34cf6eeb36b9fbc25164b85765c3cf23753f39ee /src/components/Layout.jsx
parent80d64e04441ced7caecd238ae232e749d8e0dddf (diff)
downloadmalcz.com-2330eb25d958df5a8e15bcc9f452ac703323d159.tar.gz
malcz.com-2330eb25d958df5a8e15bcc9f452ac703323d159.zip
fix auth
Diffstat (limited to 'src/components/Layout.jsx')
-rw-r--r--src/components/Layout.jsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/Layout.jsx b/src/components/Layout.jsx
index 79e7813..9aac935 100644
--- a/src/components/Layout.jsx
+++ b/src/components/Layout.jsx
@@ -12,10 +12,10 @@ export default function Layout ({userData})
// so the app would be broken when served on the isolated domain
const domain = window.location.host;
console.log(domain);
- if(domain === "localhost:3000")
- {
- window.location.replace("http://127.0.0.1:3000");
- }
+ //if(domain === "localhost:3000")
+ //{
+ // window.location.replace("http://127.0.0.1:3000");
+ //}
return (
<>