mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(config) add ability to remove auth change from config with help of --config-auth flag
This commit is contained in:
parent
c73e4f1e29
commit
8379a4a9bf
9 changed files with 32 additions and 13 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue