Commit 432d8ce
fix: check the options scopes are not empty when getting access token (#3256)
* Check the options scopes are not empty when getting access token
* Update the node version to 18+ for devcontainers
* Address prettier complaints
* Update packages/providers/mgt-msal2-provider/src/Msal2Provider.ts
Co-authored-by: Nickii Miaro <[email protected]>
---------
Co-authored-by: Nickii Miaro <[email protected]>1 parent 5551351 commit 432d8ce
File tree
3 files changed
+5
-5
lines changed- .devcontainer
- packages/providers
- mgt-electron-provider/src/Authenticator
- mgt-msal2-provider/src
3 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
347 | | - | |
| 347 | + | |
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
733 | 733 | | |
734 | 734 | | |
735 | 735 | | |
736 | | - | |
737 | | - | |
| 736 | + | |
| 737 | + | |
738 | 738 | | |
739 | 739 | | |
740 | 740 | | |
| |||
0 commit comments