mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-28 04:35:40 +00:00
refactor: use a hook for checking sign in status in the backend
This commit is contained in:
@@ -29,7 +29,7 @@ export const ContinuePage = () => {
|
||||
return (
|
||||
<Layout>
|
||||
<Paper shadow="md" p={30} mt={30} radius="md" withBorder>
|
||||
{typeof redirectUri == "string" ? (
|
||||
{redirectUri !== "null" ? (
|
||||
<>
|
||||
<Text size="xl" fw={700}>
|
||||
Continue
|
||||
|
||||
Reference in New Issue
Block a user