From: Adam Dullage Date: Thu, 30 Jun 2022 13:40:54 +0000 (+0100) Subject: Require username and password before login. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2ed218b6ffb6284f1d60b0155883f397e0bfc5d4;p=flatnotes.git Require username and password before login. --- diff --git a/flatnotes/src/components/App.vue b/flatnotes/src/components/App.vue index b8f9163..93153ef 100644 --- a/flatnotes/src/components/App.vue +++ b/flatnotes/src/components/App.vue @@ -22,6 +22,7 @@ id="username" autocomplete="username" v-model="usernameInput" + required />
@@ -32,6 +33,7 @@ id="password" autocomplete="current-password" v-model="passwordInput" + required />