Set autocomplete to off (disabled).

pull/9932/head
Kai Alexander Fischer 8 years ago
parent 10e276b122
commit 201a85b10d
  1. 2
      packages/rocketchat-ui-flextab/client/tabs/userEdit.html

@ -2,7 +2,7 @@
{{#unless canEditOrAdd}}
<p class="secondary-font-color">{{_ "You_are_not_authorized_to_view_this_page"}}</p>
{{else}}
<form class="" action="index.html" method="post" >
<form class="" action="index.html" method="post" autocomplete="off">
<div class="rc-input rc-form-group rc-form-group--small">
<label class="rc-input__label">
<div class="rc-input__title">{{_ "Name"}}</div>

Loading…
Cancel
Save