Skip to content

Commit 4ac9bb2

Browse files
Merge branch 'main' into 944-authentication-sessions-are-not-persistent
2 parents 0a7dbcc + b8c718c commit 4ac9bb2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: arduino-ide-extension/src/node/auth/authentication-service-impl.ts

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ export class AuthenticationServiceImpl
1919
protected readonly delegate = new ArduinoAuthenticationProvider();
2020
protected readonly clients: AuthenticationServiceClient[] = [];
2121
protected readonly toDispose = new DisposableCollection();
22+
23+
private initialized = false;
2224

2325
private initialized = false;
2426

0 commit comments

Comments
 (0)