mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-18 18:04:25 +02:00
hide and unhide github token
This commit is contained in:
parent
6496f49df6
commit
5ca81ea92e
1 changed files with 2 additions and 1 deletions
|
@ -747,7 +747,8 @@
|
||||||
<label class="col-md-2 control-label">Github Token</label>
|
<label class="col-md-2 control-label">Github Token</label>
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<input type="password" class="form-control" id="github_token" name="github_token"
|
<input type="password" class="form-control" id="github_token" name="github_token"
|
||||||
value="{$_c['github_token']}" placeholder="ghp_........">
|
value="{$_c['github_token']}" placeholder="ghp_........"
|
||||||
|
onmouseleave="this.type = 'password'" onmouseenter="this.type = 'text'">
|
||||||
</div>
|
</div>
|
||||||
<span class="help-block col-md-4"><a href="https://github.com/settings/tokens/new"
|
<span class="help-block col-md-4"><a href="https://github.com/settings/tokens/new"
|
||||||
target="_blank">Create GitHub personal access token (classic)</a>, only need repo scope</span>
|
target="_blank">Create GitHub personal access token (classic)</a>, only need repo scope</span>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue