Handle conditon to hide unwanted OR label
This commit is contained in:
parent
945d79a250
commit
9e03e6ae19
@ -173,7 +173,7 @@ const LoginPage = () => {
|
||||
>
|
||||
{loading ? "Please Wait" : IsLoginWithOTP ? "Send OTP" : "Sign In"}
|
||||
</button>
|
||||
<div className="p-2">OR</div>
|
||||
{!IsLoginWithOTP && <div className="p-2">OR</div>}
|
||||
{!IsLoginWithOTP && (
|
||||
<button
|
||||
aria-label="loginwithotp"
|
||||
|
Loading…
x
Reference in New Issue
Block a user