Skip to content

Commit

Permalink
Use minified build of msal (#478)
Browse files Browse the repository at this point in the history
Fixes #404
  • Loading branch information
ranma42 authored Apr 17, 2022
1 parent 58df208 commit 565f672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/lib/src/providers/microsoft-login-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export class MicrosoftLoginProvider extends BaseLoginProvider {
return new Promise((resolve, reject) => {
this.loadScript(
MicrosoftLoginProvider.PROVIDER_ID,
'https://alcdn.msauth.net/browser/2.13.1/js/msal-browser.js',
'https://alcdn.msauth.net/browser/2.13.1/js/msal-browser.min.js',
() => {
try {
const config = {
Expand Down

0 comments on commit 565f672

Please sign in to comment.