Skip to content

Commit 1eb449a

Browse files
buoyaddavideast
authored andcommitted
Corrected signature in docs for overriding user auth with AuthMethods.Password (angular#494)
1 parent 68100e2 commit 1eb449a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/5-user-authentication.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ af.auth.login({
113113

114114
// Email and password
115115
af.auth.login({
116+
117+
password: 'password',
118+
},
119+
{
116120
provider: AuthProviders.Password,
117121
method: AuthMethods.Password,
118122
})

0 commit comments

Comments
 (0)