refactor: run formatter
This commit is contained in:
@@ -39,7 +39,7 @@ const ResetPassword = () => {
|
||||
.string()
|
||||
.min(8, t("common.error.too-short", { length: 8 }))
|
||||
.required(t("common.error.field-required")),
|
||||
})
|
||||
}),
|
||||
),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user