SFJS 0.3.63

This commit is contained in:
Mo Bitar
2019-06-03 11:25:25 -05:00
parent e9b57a25f2
commit a503051628
4 changed files with 9 additions and 5 deletions

View File

@@ -142,6 +142,7 @@ class ActionsManager {
action.error = false;
handleResponseDecryption(response, await this.authManager.keys(), false);
}, (response) => {
alert("An issue occurred while processing this action. Please try again.");
action.error = true;
customCallback(null);
})