mirror of
https://github.com/urosran/cally.git
synced 2025-11-26 16:34:54 +00:00
bugfixes
This commit is contained in:
@ -8,7 +8,7 @@ const Entry = () => {
|
||||
const [tab, setTab] = useState<"register" | "login" | "reset-password">("login");
|
||||
|
||||
return (
|
||||
<View>
|
||||
<View style={{height:"100%"}}>
|
||||
{tab === "register" && <SignUpPage setTab={setTab}/>}
|
||||
{tab === "login" && <SignInPage setTab={setTab}/>}
|
||||
{tab === "reset-password" && <ResetPasswordPage setTab={setTab}/>}
|
||||
|
||||
Reference in New Issue
Block a user