mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Disable autocomplete on user-delete form
This commit is contained in:
parent
fc7bd4c2d3
commit
7cc26f2207
1 changed files with 2 additions and 0 deletions
|
@ -156,6 +156,7 @@ block content
|
|||
label #{translate('email')}
|
||||
input.form-control(
|
||||
type="text",
|
||||
autocomplete="off",
|
||||
placeholder="",
|
||||
ng-model="state.deleteText",
|
||||
focus-on="open",
|
||||
|
@ -164,6 +165,7 @@ block content
|
|||
label #{translate('password')}
|
||||
input.form-control(
|
||||
type="password",
|
||||
autocomplete="off",
|
||||
placeholder="",
|
||||
ng-model="state.password",
|
||||
ng-keyup="checkValidation()"
|
||||
|
|
Loading…
Reference in a new issue