From 40fcd8506a99411f8c1e0eccbf98fdcffd4e1c1b Mon Sep 17 00:00:00 2001 From: Danny Coates Date: Thu, 7 Mar 2019 12:08:42 -0800 Subject: [PATCH] use fxa email-first flow --- app/user.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/user.js b/app/user.js index ec243574..1861fd56 100644 --- a/app/user.js +++ b/app/user.js @@ -126,6 +126,7 @@ export default class User { const keys_jwk = await prepareScopedBundleKey(this.storage); const code_challenge = await preparePkce(this.storage); const options = { + action: 'email', client_id: this.authConfig.client_id, code_challenge, code_challenge_method: 'S256',