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')}
|
label #{translate('email')}
|
||||||
input.form-control(
|
input.form-control(
|
||||||
type="text",
|
type="text",
|
||||||
|
autocomplete="off",
|
||||||
placeholder="",
|
placeholder="",
|
||||||
ng-model="state.deleteText",
|
ng-model="state.deleteText",
|
||||||
focus-on="open",
|
focus-on="open",
|
||||||
|
@ -164,6 +165,7 @@ block content
|
||||||
label #{translate('password')}
|
label #{translate('password')}
|
||||||
input.form-control(
|
input.form-control(
|
||||||
type="password",
|
type="password",
|
||||||
|
autocomplete="off",
|
||||||
placeholder="",
|
placeholder="",
|
||||||
ng-model="state.password",
|
ng-model="state.password",
|
||||||
ng-keyup="checkValidation()"
|
ng-keyup="checkValidation()"
|
||||||
|
|
Loading…
Reference in a new issue