This repository was archived by the owner on Mar 13, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 306306 /**
307307 * Changes the password of a "password provider"-based user account.
308308 *
309- * If the operation is successful, the `user-created ` event is fired.
309+ * If the operation is successful, the `password-changed ` event is fired.
310310 *
311311 * If the operation fails, the `error` event is fired, with `e.detail`
312312 * containing error information supplied from Firebase.
333333 /**
334334 * Sends a password reset email for a "password provider"-based user account.
335335 *
336- * If the operation is successful, the `user-created ` event is fired.
336+ * If the operation is successful, the `password-reset ` event is fired.
337337 *
338338 * If the operation fails, the `error` event is fired, with `e.detail`
339339 * containing error information supplied from Firebase.
381381 /**
382382 * Removes a "password provider"-based user account.
383383 *
384- * If the operation is successful, the `user-created ` event is fired.
384+ * If the operation is successful, the `user-removed ` event is fired.
385385 *
386386 * If the operation fails, the `error` event is fired, with `e.detail`
387387 * containing error information supplied from Firebase.
You can’t perform that action at this time.
0 commit comments