mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 15:06:06 +00:00
Installer: disable prompt password saving while installing
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
<div id="msg-box" class="alert hide"></div>
|
||||
|
||||
<form id="nav">
|
||||
<form id="nav" autocomplete="off">
|
||||
<div class="row">
|
||||
<div class=" col-md-6">
|
||||
<div class="row">
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<div class="panel-body body">
|
||||
<div id="msg-box" class="alert hide"></div>
|
||||
<div class="loading-icon hide"></div>
|
||||
<form id="nav">
|
||||
<form id="nav" autocomplete="off">
|
||||
<div class="row">
|
||||
<div class="col-md-8" style="width:100%" >
|
||||
|
||||
|
||||
Reference in New Issue
Block a user