From 097a2e385fa3af1f97953418f24cb33b9483f332 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20van=20den=20Ouden?= Date: Thu, 18 Nov 2021 16:28:10 +0100 Subject: [PATCH] Added notify succes to Teams, in case authentiation is not handled --- Blazorade.Teams/Components/TeamsApplication.razor.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Blazorade.Teams/Components/TeamsApplication.razor.cs b/Blazorade.Teams/Components/TeamsApplication.razor.cs index 0ae0d94..08540c4 100644 --- a/Blazorade.Teams/Components/TeamsApplication.razor.cs +++ b/Blazorade.Teams/Components/TeamsApplication.razor.cs @@ -152,6 +152,8 @@ private async Task HandleMainProcessAsync() } else { + await this.TeamsInterop.AppInitialization.NotifySuccessAsync(); + this.ShowApplicationTemplate = true; this.StateHasChanged(); }