Skip to content

Commit

Permalink
Fix bug introduced in #532
Browse files Browse the repository at this point in the history
  • Loading branch information
lucksus committed Dec 19, 2024
1 parent b4dbeea commit 9d960fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connect/src/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ export default class Ad4mConnect {
},
connected: () => {
this.notifyConnectionChange("connected");
this.notifyAuthChange("authenticated");
this.checkAuth();
},
closed: async () => {
if (!this.requestedRestart) {
Expand Down

0 comments on commit 9d960fc

Please sign in to comment.