Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Fixing event names documented for password provider user account func…
Browse files Browse the repository at this point in the history
…tions
  • Loading branch information
sfeast committed Jan 9, 2015
1 parent 7206626 commit 2a817a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions firebase-login.html
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
/**
* Changes the password of a "password provider"-based user account.
*
* If the operation is successful, the `user-created` event is fired.
* If the operation is successful, the `password-changed` event is fired.
*
* If the operation fails, the `error` event is fired, with `e.detail`
* containing error information supplied from Firebase.
Expand All @@ -333,7 +333,7 @@
/**
* Sends a password reset email for a "password provider"-based user account.
*
* If the operation is successful, the `user-created` event is fired.
* If the operation is successful, the `password-reset` event is fired.
*
* If the operation fails, the `error` event is fired, with `e.detail`
* containing error information supplied from Firebase.
Expand Down Expand Up @@ -381,7 +381,7 @@
/**
* Removes a "password provider"-based user account.
*
* If the operation is successful, the `user-created` event is fired.
* If the operation is successful, the `user-removed` event is fired.
*
* If the operation fails, the `error` event is fired, with `e.detail`
* containing error information supplied from Firebase.
Expand Down

0 comments on commit 2a817a9

Please sign in to comment.