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.
2 parents 0a7dbcc + b8c718c commit 4ac9bb2Copy full SHA for 4ac9bb2
arduino-ide-extension/src/node/auth/authentication-service-impl.ts
@@ -19,6 +19,8 @@ export class AuthenticationServiceImpl
19
protected readonly delegate = new ArduinoAuthenticationProvider();
20
protected readonly clients: AuthenticationServiceClient[] = [];
21
protected readonly toDispose = new DisposableCollection();
22
+
23
+ private initialized = false;
24
25
private initialized = false;
26
0 commit comments