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

Commit

Permalink
feat(oauth): support Notes Android redirect (#6020) r=@rfk
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Apr 4, 2018
1 parent e2dcc25 commit bd97464
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/lib/configuration.js
Expand Up @@ -455,7 +455,8 @@ const conf = module.exports = convict({
},
'https://identity.mozilla.com/apps/notes': {
redirectUris: [
'https://dee85c67bd72f3de1f0a0fb62a8fe9b9b1a166d7.extensions.allizom.org/'
'https://dee85c67bd72f3de1f0a0fb62a8fe9b9b1a166d7.extensions.allizom.org/',
'https://mozilla.github.io/notes/fxa/android-redirect.html'
]
}
},
Expand Down

0 comments on commit bd97464

Please sign in to comment.