Skip to content

Commit

Permalink
Corrected signature in docs for overriding user auth with `AuthMethod…
Browse files Browse the repository at this point in the history
…s.Password` (#494)
  • Loading branch information
buoyad authored and davideast committed Sep 6, 2016
1 parent 68100e2 commit 1eb449a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/5-user-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ af.auth.login({

// Email and password
af.auth.login({
email: 'email@example.com',
password: 'password',
},
{
provider: AuthProviders.Password,
method: AuthMethods.Password,
})
Expand Down

0 comments on commit 1eb449a

Please sign in to comment.