impressum

This commit is contained in:
Peter Hoppe
2022-12-27 16:33:21 +01:00
parent 0187c464db
commit fd65306aaf
7 changed files with 185 additions and 72 deletions

View File

@ -38,7 +38,7 @@ const Login = () => {
setRedirect('Redirecting...');
setErrMsg(data.message);
await getUser();
e.currentTarget.reset();
e?.currentTarget?.reset();
return;
}
setErrMsg(data.message);