mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-25 22:36:38 +00:00
more fixes
This commit is contained in:
@@ -87,7 +87,7 @@ export default function SignupForm({
|
||||
.catch((e) => {
|
||||
console.error(e);
|
||||
setError(
|
||||
formatAxiosError(e, "An error occurred while signing up")
|
||||
formatAxiosError(e, t('signupError'))
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user