1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 15:19:42 +02:00

Give missing account warning during password reset

The reset password process will tell the user if they do not have an account.
This commit is contained in:
Harvey Kandola 2019-04-09 13:24:27 +01:00
parent 2ddd7ada9b
commit b5a5cfd697
4 changed files with 24 additions and 6 deletions

View file

@ -10,7 +10,6 @@
// https://documize.com
import { isEmpty } from '@ember/utils';
import RSVP from 'rsvp';
import Service, { inject as service } from '@ember/service';