RC-11: update components according to ui kit
This commit is contained in:
@@ -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'));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user