uncommented code

This commit is contained in:
Sheen Capadngan
2023-05-15 00:41:27 +08:00
parent 6f66b56e7c
commit 9dc7cc58a7

View File

@@ -31,7 +31,7 @@ export default function Login() {
} = useProviderAuth();
if (providerAuthToken && isProviderUserCompleted === false) {
// router.push('/signup');
router.push('/signup');
}
const setLanguage = async (to: string) => {