Skip to content

Commit

Permalink
fix: add missing profile scope
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrythomas committed Jan 18, 2024
1 parent 052add0 commit c25d501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/skeleton/src/routes/(public)/auth/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{
name: 'azure',
label: 'Continue With Azure',
scopes: ['email']
scopes: ['email','profile']
},
{
mode: 'otp',
Expand Down

0 comments on commit c25d501

Please sign in to comment.