diff --git a/js/app.js b/js/app.js index 3a1feef..e6f5aaa 100644 --- a/js/app.js +++ b/js/app.js @@ -101,7 +101,6 @@ const Bridge = (() => { // unlocked. if (state.cryptoKey && !state.locked) { if (typeof resetAutoLock === 'function') resetAutoLock(); - if (typeof toast === 'function') toast('Welcome back'); } },