diff --git a/app/src/Admin.vue b/app/src/Admin.vue index dc694e5..d2a441a 100644 --- a/app/src/Admin.vue +++ b/app/src/Admin.vue @@ -93,6 +93,8 @@ this.db = JSON.parse(xhr.responseText); this.expandDb(); this.loggedIn = true; + this.error = ''; + this.passwordWrong = false; } catch(e) { this.error = e.toString();