-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
identificationField can't overwrite #170
Comments
I'm getting the same issue with the password also. I think i know what the problem is. I will PR if i find the solution. |
Eusse
added a commit
to Eusse/ember-simple-auth-token
that referenced
this issue
Oct 22, 2016
poohitan
pushed a commit
to poohitan/ember-simple-auth-token
that referenced
this issue
Jan 25, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to use
email
instead of the defaultidentification
withidentificationField: 'email'
but it's not working. It only works if I useidentification
in my login form. Any ideas?The text was updated successfully, but these errors were encountered: