Skip to content

Commit

Permalink
remove preferred_username scope
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanharikr committed Dec 5, 2024
1 parent 87c620b commit fdce5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const SCOPE_PARAM = {
NON_STANDARD: ['ethereum', 'discord', 'twitter', 'github', 'gitlab'],

// Hellō Dev Mode
HELLO_EXTEND_STANDARD: ['preferred_username'],
HELLO_EXTEND_STANDARD: [],
HELLO_EXTEND_NON_STANDARD: ['recovery', 'verified_name', 'existing_name', 'existing_username'],

REQUIRED: ['openid'],
Expand Down

0 comments on commit fdce5a8

Please sign in to comment.