зеркало из https://github.com/mozilla/fxa.git
properly render assertion errors
This commit is contained in:
Родитель
83f72de893
Коммит
cfebdcc87a
|
@ -75,7 +75,7 @@ function verifyAssertion(assertion, success, failure)
|
|||
loggedOut.style.display = 'none';
|
||||
loggedIn.style.display = 'block';
|
||||
}, function(err) {
|
||||
alert("failed to verify assertion: " + err);
|
||||
alert("failed to verify assertion: " + JSON.stringify(err));
|
||||
loggedOut.style.display = 'block';
|
||||
loggedIn.style.display = 'none';
|
||||
});
|
||||
|
|
Загрузка…
Ссылка в новой задаче