Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
Update settings.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DewGew authored Nov 28, 2020
1 parent 151734b commit 5bab0d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ <h4 class="card-title">Actions on Google Settings</h4>
<div class="col-md-6">
<div class="form-group">
<label class="bmd-label-floating">Client Secret</label>
<input id="ClientSecret" name="ClientSecret" type="text" class="form-control" value="{{ conf.ClientSecret }}">
<input id="ClientSecret" name="ClientSecret" type="password" class="form-control" value="{{ conf.ClientSecret }}">
</div>
</div>
</div>
Expand Down Expand Up @@ -323,4 +323,4 @@ <h4 class="card-title">Update Settings</h4>
</div>
</div>

</div>
</div>

0 comments on commit 5bab0d4

Please sign in to comment.