Remove test code

This commit is contained in:
Burak Kaan Köse
2025-11-14 12:31:13 +01:00
parent 13cb3a1042
commit 87d2ffdb71
@@ -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);