Skip to content

Commit

Permalink
Merge branch 'security/dependancy-update' of https://github.com/Measu…
Browse files Browse the repository at this point in the history
…reAuthoringTool/madie-auth into security/dependancy-update
  • Loading branch information
sb-benohe committed Nov 5, 2024
2 parents a1c087a + cf637ad commit 7d9de9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oktaSignInWidget/OktaSignInWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function OktaSignInWidget({ props }) {
widget
.showSignInToGetTokens({
el: widgetRef.current,
scopes: ["openid", "profile"],
scopes: ["openid", "profile", "email"],
})
.then(props.onSuccess)
.catch(props.onError);
Expand Down

0 comments on commit 7d9de9e

Please sign in to comment.