RC-11: update components according to ui kit

This commit is contained in:
2023-06-24 20:43:29 +01:00
parent dbc9bffec4
commit b78e7b159b
15 changed files with 76 additions and 95 deletions

View File

@@ -112,7 +112,7 @@ export default class AuthService extends FuseUtils.EventEmitter {
sendPasswordResetEmail = (email) => {
return new Promise((resolve, reject) => {
if (email) {
if (!email) {
reject(Error('Email is empty'));
}