feat: prettier integration
This commit is contained in:
@ -56,11 +56,11 @@ export default function RegisterPage() {
|
||||
setError(
|
||||
`Failed to create an account. ${
|
||||
text[0].toUpperCase() + text.slice(1)
|
||||
}`
|
||||
}`,
|
||||
);
|
||||
} else {
|
||||
setSuccess(
|
||||
"Account has been created. You can now log into your new account"
|
||||
"Account has been created. You can now log into your new account",
|
||||
);
|
||||
reset();
|
||||
}
|
||||
@ -71,7 +71,7 @@ export default function RegisterPage() {
|
||||
setLoading(false);
|
||||
}
|
||||
},
|
||||
[reset]
|
||||
[reset],
|
||||
);
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user