summaryrefslogtreecommitdiffstats
path: root/pages/meals.html
diff options
context:
space:
mode:
Diffstat (limited to 'pages/meals.html')
-rw-r--r--pages/meals.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/meals.html b/pages/meals.html
index c4548f1..26fe022 100644
--- a/pages/meals.html
+++ b/pages/meals.html
@@ -111,7 +111,7 @@
</div>
<div class="row">
<div class="input-field col s12">
- <input id="meals_password" type="password" value="" required="required" name="meals_password" class="validate">
+ <input autocomplete="new-password" id="meals_password" type="password" value="" required="required" name="meals_password" class="validate">
<label for="meals_password">Lopolis password</label>
</div>
</div>