feat: custom challenges

This commit is contained in:
Mo Bitar
2020-09-22 00:10:43 -05:00
parent cd66d769a7
commit d42518fc61
8 changed files with 100 additions and 95 deletions

View File

@@ -268,9 +268,9 @@ class ApplicationViewCtrl extends PureViewCtrl {
this.lastAlertShownTimeStamp = Date.now();
this.showingInvalidSessionAlert = true;
setTimeout(async () => {
await alertDialog({
text: STRING_SESSION_EXPIRED
});
// await alertDialog({
// text: STRING_SESSION_EXPIRED
// });
this.showingInvalidSessionAlert = false;
}, 500);
}