Fix ms auth compile error

This commit is contained in:
Matt Bierner
2025-09-05 14:52:25 -07:00
parent c67f8834a7
commit 46433f1a75
2 changed files with 8 additions and 3 deletions

View File

@@ -64,7 +64,6 @@ class DefaultLoopbackFlow implements IMsalFlow {
prompt: loginHint ? undefined : 'select_account',
windowHandle,
claims,
redirectUri
});
}
}
@@ -92,7 +91,6 @@ class UrlHandlerFlow implements IMsalFlow {
prompt: loginHint ? undefined : 'select_account',
windowHandle,
claims,
redirectUri
});
}
}