mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
fix(auth): cli auth bug
This commit is contained in:
@@ -37,7 +37,7 @@ export const LoginPage = ({ isAdmin }: { isAdmin?: boolean }) => {
|
||||
if (isLoggedIn()) {
|
||||
handleRedirects();
|
||||
} else {
|
||||
setStep(1);
|
||||
setStep(0);
|
||||
}
|
||||
}, []);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user