Skip to content

Commit

Permalink
Update Home.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
Athlon1600 committed May 11, 2023
1 parent 323ff1e commit 4f60e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<h1 class="text-center"> &#x26A1; Login with a unique pass-phrase</h1>

<input type="text" id="phrase" ref="query" placeholder="e.g: chicago mac and pizza" autocomplete="off"
<input type="text" id="phrase" ref="query" placeholder="e.g: correct horse battery staple" autocomplete="off"
autocapitalize="off" @keydown.enter="login" v-model="phrase" :disabled="isBusy">

<div style="margin-top:1em;" class="text-muted">Can be as short as you want, but in order to make it harder for
Expand Down

0 comments on commit 4f60e62

Please sign in to comment.