tweaked ui and updated invite command
This commit is contained in:
@@ -13,7 +13,8 @@ const Login = () => {
|
||||
}, [navigate]);
|
||||
|
||||
const handleLogin = () => {
|
||||
window.location.href = 'http://localhost:3002/auth/discord';
|
||||
const API_BASE = process.env.REACT_APP_API_BASE || 'http://localhost:3002';
|
||||
window.location.href = `${API_BASE}/auth/discord`;
|
||||
};
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user