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

Commit

Permalink
Merge pull request #31738 from lissyx/bug1150823
Browse files Browse the repository at this point in the history
Bug 1150823 - FxA should trigger oncancel when flow is aborted r=ferjm
  • Loading branch information
lissyx committed Sep 14, 2015
2 parents caca5b7 + 51d899c commit 0695a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/system/fxa/js/fxam_server_request.js
Expand Up @@ -95,7 +95,7 @@
// need to dismiss this app in order to let the user reset their
// password.
onsuccess && onsuccess();
FxaModuleManager.close();
FxaModuleManager.close('DIALOG_CLOSED_BY_USER');
};
activity.onerror = function on_reset_error(err) {
console.error(err);
Expand Down

0 comments on commit 0695a69

Please sign in to comment.