Bug 881014 - Cancel buttons in UI should call RP's oncancel method. r=jedp

This commit is contained in:
Austin King 2013-06-08 13:50:25 -07:00
parent fe9802f76b
commit 5076221b7c

View File

@ -109,13 +109,16 @@ function doInternalRequest() {
method: 'login',
assertion: assertion,
_internalParams: internalParams});
} else {
identityCall({
method: 'cancel'
});
}
closeIdentityDialog();
},
stringifiedOptions);
}
}
function doInternalLogout(aOptions) {
log("doInternalLogout:", (options && isLoaded));
if (options && isLoaded) {