Compare commits
7 Commits
7961165e1f
...
6a7918d081
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6a7918d081 | ||
|
|
b6899cbf3f | ||
|
|
87bc0290d7 | ||
|
|
068532d8be | ||
|
|
19fca09d0f | ||
|
|
0986d60974 | ||
| 9589cf1116 |
@ -68,8 +68,8 @@ export default function LoginCallBack() {
|
||||
// TODO: review
|
||||
// HACK: If start with http://local.lecoffreio.4nkweb:3000/authorized-client
|
||||
// Replace with http://localhost:3000/authorized-client
|
||||
if (window.location.href.startsWith('http://local.lecoffreio.4nkweb')) {
|
||||
window.location.href = window.location.href.replace('http://local.lecoffreio.4nkweb:3000/authorized-client', 'http://localhost:3000/authorized-client');
|
||||
if (window.location.href.startsWith('http://local.4nkweb.com')) {
|
||||
window.location.href = window.location.href.replace('http://local.4nkweb.com:3000/authorized-client', 'http://localhost:3000/authorized-client');
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user