Skip to content

Commit

Permalink
updated scope
Browse files Browse the repository at this point in the history
  • Loading branch information
liskaj committed Sep 26, 2023
1 parent 2fd5995 commit 26c57bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion login.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const hide = (id) => { getElem(id).style.display="none"};


export function login() {
const scope = encodeURIComponent('data:read user-profile:read');
const scope = encodeURIComponent('data:read data:write user-profile:read');
doRedirection(env.forgeKey, scope);
}

Expand Down

0 comments on commit 26c57bc

Please sign in to comment.