Skip to content

Commit 899f953

Browse files
Update packages/cloud/src/AuthService.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent 9a30535 commit 899f953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cloud/src/AuthService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export class AuthService extends EventEmitter<AuthServiceEvents> {
114114
return
115115
}
116116

117-
this.handleCredentialsChange()
117+
await this.handleCredentialsChange()
118118

119119
this.context.subscriptions.push(
120120
this.context.secrets.onDidChange((e) => {

0 commit comments

Comments
 (0)