mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
autocomplete attributes
This commit is contained in:
parent
18242368be
commit
e449261277
8 changed files with 26 additions and 22 deletions
|
|
@ -9,7 +9,7 @@
|
|||
<input type="text" id="rainloop-email" name="rainloop-email"
|
||||
value="<?php echo $_['rainloop-email']; ?>" placeholder="<?php p($l->t('Email')); ?>" />
|
||||
|
||||
<input type="password" id="rainloop-password" name="rainloop-password"
|
||||
<input type="password" id="rainloop-password" name="rainloop-password" autocomplete="current-password"
|
||||
value="<?php echo $_['rainloop-password']; ?>" placeholder="<?php p($l->t('Password')); ?>" />
|
||||
|
||||
<input type="button" id="rainloop-save-button" name="rainloop-save-button" value="<?php p($l->t('Save')); ?>" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue