Skip to content

Commit 8cda6c9

Browse files
committed
auth().currentUser.reload() now correctly calls reloadUser - woops
1 parent 2c3eb5b commit 8cda6c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/modules/user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export default class User {
9393
}
9494

9595
reload(...args) {
96-
return this._auth.reload(...args);
96+
return this._auth.reloadUser(...args);
9797
}
9898

9999
// TODO valueOrNul token - optional promise

0 commit comments

Comments
 (0)