mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 06:40:31 +00:00
feat: billing page in dashboard and setup.
This commit is contained in:
@@ -101,7 +101,7 @@ function RegisterUserForm({ requestRegister, requestLogin }) {
|
||||
}),
|
||||
});
|
||||
}
|
||||
if (errors.some((e) => e.type === 'EMAIL_EXISTS')) {
|
||||
if (errors.some((e) => e.type === 'EMAIL.EXISTS')) {
|
||||
setErrors({
|
||||
email: formatMessage({
|
||||
id: 'the_email_already_used_in_another_account',
|
||||
|
||||
Reference in New Issue
Block a user