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 c2909be commit fa7f057Copy full SHA for fa7f057
packages/authentication-client/src/core.ts
@@ -163,7 +163,7 @@ export class AuthenticationClient {
163
}
164
165
logout () {
166
- return this.app.get('authentication')
+ return Promise.resolve(this.app.get('authentication'))
167
.then(() => this.service.remove(null))
168
.then((authResult: AuthenticationResult) => this.removeAccessToken()
169
.then(() => this.reset())
0 commit comments