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

Commit

Permalink
Merge pull request #234 from DewGew/beta
Browse files Browse the repository at this point in the history
Update settings.html
  • Loading branch information
DewGew authored Nov 28, 2020
2 parents 9d389f2 + 5bab0d4 commit fb64a8d
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 fb64a8d

Please sign in to comment.