diff --git a/neode-ui/src/App.vue b/neode-ui/src/App.vue index 74ac0e37..69c2ed23 100644 --- a/neode-ui/src/App.vue +++ b/neode-ui/src/App.vue @@ -145,7 +145,7 @@ watch(() => appStore.isAuthenticated, (authenticated) => { } } else { messageToast.stopPolling() - toastMessage.value = { show: false, text: '' } + toastMessage.value = { show: false, text: '', fromPubkey: '' } screensaverStore.clearInactivityTimer() screensaverStore.deactivate() stopRemoteRelay()