fixed some old TODOs

This commit is contained in:
Danny Coates
2018-12-18 13:55:46 -08:00
parent ac87fdff97
commit 6cc12528b3
9 changed files with 15 additions and 8 deletions

View File

@@ -73,7 +73,7 @@ export default class User {
code_challenge,
code_challenge_method: 'S256',
response_type: 'code',
scope: 'profile https://identity.mozilla.com/apps/send', //TODO param
scope: `profile ${AUTH_CONFIG.key_scope}`,
state,
keys_jwk
};