mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
uncommented code
This commit is contained in:
@@ -31,7 +31,7 @@ export default function Login() {
|
||||
} = useProviderAuth();
|
||||
|
||||
if (providerAuthToken && isProviderUserCompleted === false) {
|
||||
// router.push('/signup');
|
||||
router.push('/signup');
|
||||
}
|
||||
|
||||
const setLanguage = async (to: string) => {
|
||||
|
||||
Reference in New Issue
Block a user