From f94cfdcc4ce4291204fb2cdf7eb649d63bd3cbe4 Mon Sep 17 00:00:00 2001 From: shy Date: Fri, 22 Sep 2023 07:49:46 +0800 Subject: [PATCH] add some --- core/chat/oauth/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/chat/oauth/client.go b/core/chat/oauth/client.go index 012c2d68..9ae27527 100644 --- a/core/chat/oauth/client.go +++ b/core/chat/oauth/client.go @@ -39,7 +39,7 @@ type Client struct { ice.Hash short string `data:"domain,client_id"` field string `data:"time,hash,domain,client_id,client_secret,oauth_url,grant_url,token_url,users_url,api_prefix,token_prefix"` - sso string `name:"sso name* icon*@icons" help:"登录"` + sso string `name:"sso name* icon*@icon" help:"登录"` auth string `name:"auth" help:"授权"` user string `name:"user" help:"用户"` orgs string `name:"orgs" help:"组织"`