fix: discovery api leftovers

This commit is contained in:
Ivan Shmidt
2020-08-28 10:31:28 +02:00
parent d93af55500
commit 7bbbfa1e6a
2 changed files with 9 additions and 10 deletions
+1 -2
View File
@@ -135,8 +135,7 @@ export const apis = (config: ConfigApi) => {
builder.add(
microsoftAuthApiRef,
MicrosoftAuth.create({
backendUrl,
basePath: '/auth/',
discoveryApi,
oauthRequestApi,
}),
);