Skip to content

Commit

Permalink
Update index.ts (#158)
Browse files Browse the repository at this point in the history
Fix azuread login-extension wrong api call
  • Loading branch information
ZeissFlo authored Dec 6, 2023
1 parent 9b592af commit 6a25bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/login-extension/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const azure: QuetzFrontEndPlugin<void> = {
isEnabled: () => isEnabled,
isVisible: () => isEnabled && mainMenu.profile === null,
execute: () => {
window.location.href = '/auth/azure/login';
window.location.href = '/auth/azuread/login';
},
});

Expand Down

0 comments on commit 6a25bc2

Please sign in to comment.