creating login popup security check

Perform security checks on the login popup to minimize bugs in unexpected situations.
This commit is contained in:
2025-08-17 22:50:24 +07:00
parent b12a3211b6
commit a848d4dcb5
9 changed files with 112 additions and 5 deletions

View File

@ -86,7 +86,7 @@ const NavbarUI = () => {
})}
</NavbarContent>
<NavbarContent justify="end">
<NavbarContent justify="end" className="gap-1">
<LoginAndSignup />
</NavbarContent>