From 87d2ffdb71b83c38c91b860ed2d22c4014ec537c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burak=20Kaan=20K=C3=B6se?= Date: Fri, 14 Nov 2025 12:31:13 +0100 Subject: [PATCH] Remove test code --- Wino.Authentication/OutlookAuthenticator.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Wino.Authentication/OutlookAuthenticator.cs b/Wino.Authentication/OutlookAuthenticator.cs index 12fced75..285a7c50 100644 --- a/Wino.Authentication/OutlookAuthenticator.cs +++ b/Wino.Authentication/OutlookAuthenticator.cs @@ -90,8 +90,6 @@ public class OutlookAuthenticator : BaseAuthenticator, IOutlookAuthenticator try { - throw new MsalUiRequiredException("test", "test2"); - var authResult = await _publicClientApplication.AcquireTokenSilent(Scope, storedAccount).ExecuteAsync(); return new TokenInformationEx(authResult.AccessToken, authResult.Account.Username);