From 5ca81ea92ea9afed290ee12e66625fd1ce8c0c6d Mon Sep 17 00:00:00 2001 From: Ibnu Maksum Date: Fri, 26 Jul 2024 15:55:01 +0700 Subject: [PATCH] hide and unhide github token --- ui/ui/app-settings.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/ui/app-settings.tpl b/ui/ui/app-settings.tpl index 3d09c4a8..eedb9473 100644 --- a/ui/ui/app-settings.tpl +++ b/ui/ui/app-settings.tpl @@ -747,7 +747,8 @@
+ value="{$_c['github_token']}" placeholder="ghp_........" + onmouseleave="this.type = 'password'" onmouseenter="this.type = 'text'">
Create GitHub personal access token (classic), only need repo scope