Fix prettier

This commit is contained in:
2023-09-21 15:10:00 +02:00
parent b02b23a978
commit 3860c9f72a
+1 -1
View File
@@ -179,7 +179,7 @@ const SignupView = () => {
const resp = await onSubmit(
formData.username.value,
formData.email.value,
formData.password.value,
formData.password.value
);
toast.show({ description: resp, colorScheme: 'secondary' });
} catch (e) {