We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9746e94 commit 15bb3b5Copy full SHA for 15bb3b5
arduino-ide-extension/src/browser/auth/authentication-client-service.ts
@@ -50,8 +50,7 @@ export class AuthenticationClientService
50
.session()
51
.then((session) => this.notifySessionDidChange(session));
52
53
- await this.setOptions();
54
- this.service.initAuthSession();
+ this.setOptions().then(() => this.service.initAuthSession());
55
56
this.arduinoPreferences.onPreferenceChanged((event) => {
57
if (event.preferenceName.startsWith('arduino.auth.')) {
0 commit comments