mirror of
https://github.com/Xevion/bus-reminder.git
synced 2025-12-14 12:11:12 -06:00
Allow returning raw configuration from fetchConfiguration
This commit is contained in:
@@ -17,7 +17,6 @@ const LoginPage: NextPage = () => {
|
||||
router.push({pathname: "/", query: {"key": data.token}}).then();
|
||||
} else
|
||||
setError(true);
|
||||
console.log(response);
|
||||
}
|
||||
|
||||
return <div className="flex bg-zinc-900 min-h-screen h-full flex-col justify-center py-12 sm:px-6 lg:px-8">
|
||||
|
||||
Reference in New Issue
Block a user