From 0357b5901430b7858f4b4d97cd4be7317f0d284a Mon Sep 17 00:00:00 2001 From: Guanxiying Date: Wed, 14 Apr 2021 14:55:43 +0800 Subject: [PATCH] * Hide password when edit gitlab repo. --- module/repo/view/edit.html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/repo/view/edit.html.php b/module/repo/view/edit.html.php index 272daa3d99..823e7dfd13 100644 --- a/module/repo/view/edit.html.php +++ b/module/repo/view/edit.html.php @@ -80,10 +80,10 @@ repo->account;?> account, "class='form-control'");?> - + repo->password;?> -
+
password, "class='form-control'");?> repo->encryptList, $repo->encrypt, "class='form-control'");?>