git.99rst.org
/
flatnotes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
a78f330
)
Require username and password before login.
author
Adam Dullage
<redacted>
Thu, 30 Jun 2022 13:40:54 +0000
(14:40 +0100)
committer
Adam Dullage
<redacted>
Thu, 30 Jun 2022 13:40:54 +0000
(14:40 +0100)
flatnotes/src/components/App.vue
patch
|
blob
|
history
diff --git
a/flatnotes/src/components/App.vue
b/flatnotes/src/components/App.vue
index b8f9163105c5a66394a8781915acfe6db90d331c..93153ef717c8aa83b844dd2795d52a7c25a9e524 100644
(file)
--- a/
flatnotes/src/components/App.vue
+++ b/
flatnotes/src/components/App.vue
@@
-22,6
+22,7
@@
id="username"
autocomplete="username"
v-model="usernameInput"
+ required
/>
</div>
<div class="mb-3">
@@
-32,6
+33,7
@@
id="password"
autocomplete="current-password"
v-model="passwordInput"
+ required
/>
</div>
<div class="mb-3 form-check">
git clone https://git.99rst.org/PROJECT