feature(config) add ability to remove auth change from config with help of --config-auth flag

This commit is contained in:
coderaiser 2018-10-16 13:12:55 +03:00
parent c73e4f1e29
commit 8379a4a9bf
9 changed files with 32 additions and 13 deletions

View file

@ -1,11 +1,11 @@
<ul class="list">
<li>
<li {{ configAuth }}>
<label>
<input data-name="js-auth" type="checkbox" {{ auth }} >
Auth
</label>
</li>
<li>
<li {{ configAuth }}>
<input
data-name="js-username"
type="text"
@ -15,7 +15,7 @@
title="Username"
autocomplete="username">
</li>
<li>
<li {{ configAuth }}>
<input
data-name="js-password"
type="password"