Skip to content

Commit 9425056

Browse files
committedMar 23, 2024
Remove commented out code in auth.js
1 parent e6e4507 commit 9425056

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/services/auth.js

-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ export default {
122122
return
123123
}
124124

125-
//const LOGIN_SCOPES = ['user.read', 'openid', 'profile', 'email']
126125
await msalApp.loginPopup({
127126
scopes,
128127
prompt: 'select_account'

0 commit comments

Comments
 (0)
Please sign in to comment.