hide and unhide github token

This commit is contained in:
Ibnu Maksum 2024-07-26 15:55:01 +07:00
parent 6496f49df6
commit 5ca81ea92e
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5

View File

@ -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>