From 3860c9f72a1c7b6043c37667ce88b930b9992c57 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Thu, 21 Sep 2023 15:10:00 +0200 Subject: [PATCH] Fix prettier --- front/views/SignupView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/views/SignupView.tsx b/front/views/SignupView.tsx index 30bcb00..51ea47f 100644 --- a/front/views/SignupView.tsx +++ b/front/views/SignupView.tsx @@ -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) {