Skip to content
Snippets Groups Projects
Commit 9d2e02b7 authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

send up ephemeral bit when authenticating with primary-issued assertion as...

send up ephemeral bit when authenticating with primary-issued assertion as well as when authenticating with a password
parent 4d505631
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,8 @@ BrowserID.Network = (function() {
url: "/wsapi/auth_with_assertion",
data: {
email: email,
assertion: assertion
assertion: assertion,
ephemeral: !storage.usersComputer.confirmed(email)
},
success: handleAuthenticationResponse.curry("assertion", onComplete, onFailure),
error: onFailure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment