Building Owner and Property Manager Screens are added
This commit is contained in:
@@ -38,13 +38,13 @@ export default function LoginForm({ onSuccess,onForgotPassword }: Props) {
|
||||
|
||||
/>
|
||||
|
||||
<button
|
||||
type="button"
|
||||
<Button
|
||||
|
||||
onClick={() => setShowPassword(!showPassword)}
|
||||
className="absolute right-4 top-[40px] text-slate-500 hover:text-slate-300"
|
||||
>
|
||||
{showPassword ? <EyeOff size={18} /> : <Eye size={18} />}
|
||||
</button>
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user