This commit is contained in:
Max Peintner
2023-05-23 11:24:00 +02:00
parent d3956927d1
commit 0b69b1b8b4
4 changed files with 0 additions and 6 deletions

View File

@@ -85,7 +85,6 @@ export default function VerifyEmailForm({ userId, code, submit }: Props) {
}
function submitCodeAndContinue(value: Inputs): Promise<boolean | void> {
console.log(value);
return submitCode(value).then((resp: any) => {
return router.push(`/username`);
});