We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c3eb5b commit 8cda6c9Copy full SHA for 8cda6c9
lib/modules/user.js
@@ -93,7 +93,7 @@ export default class User {
93
}
94
95
reload(...args) {
96
- return this._auth.reload(...args);
+ return this._auth.reloadUser(...args);
97
98
99
// TODO valueOrNul token - optional promise
0 commit comments