Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
fix(config): make Fenix canGrant just like the Reference Browser
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Mar 27, 2019
1 parent 5efdbc4 commit 5f23915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fxa-oauth-server/config/dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"hashedSecret": "4a892c55feaceb4ef2dbfffaaaa3d8eea94b5c205c815dddfc90170741cd4c19",
"imageUri": "",
"redirectUri": "http://127.0.0.1:3030/oauth/success/a2270f727f45f648",
"canGrant": false,
"canGrant": true,
"trusted": true,
"allowedScopes": "https://identity.mozilla.com/apps/oldsync",
"publicClient": true
Expand Down

0 comments on commit 5f23915

Please sign in to comment.