Add user message to login list view (#166)

Add user message to login list view

Signed-off-by: a1012112796 <1012112796@qq.com>

Co-authored-by: a1012112796 <1012112796@qq.com>
Reviewed-on: https://gitea.com/gitea/tea/pulls/166
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: 6543 <6543@noreply.gitea.io>
This commit is contained in:
赵智超 2020-08-10 16:31:38 +00:00 committed by 6543
parent eb37f14923
commit 25a7e85c1c
1 changed files with 2 additions and 0 deletions

View File

@ -143,6 +143,7 @@ func runLoginList(ctx *cli.Context) error {
"Name",
"URL",
"SSHHost",
"User",
}
var values [][]string
@ -152,6 +153,7 @@ func runLoginList(ctx *cli.Context) error {
l.Name,
l.URL,
l.GetSSHHost(),
l.User,
})
}