diff --git a/connect/src/core.ts b/connect/src/core.ts index 60de86fcd..bebe69a61 100644 --- a/connect/src/core.ts +++ b/connect/src/core.ts @@ -326,7 +326,7 @@ export default class Ad4mConnect { }, connected: () => { this.notifyConnectionChange("connected"); - this.notifyAuthChange("authenticated"); + this.checkAuth(); }, closed: async () => { if (!this.requestedRestart) {