electron auth proxy WIP

This commit is contained in:
Jan Prochazka
2024-08-14 14:23:00 +02:00
parent ddf385caac
commit 83ce5710ae
4 changed files with 33 additions and 10 deletions

View File

@@ -141,7 +141,6 @@ const driver = {
if (connection.authType != 'msentra') return null;
return authProxy.authProxyGetRedirectUrl({
...options,
client: platformInfo.isElectron ? 'app' : 'web',
type: 'msentra',
});
},