mirror of
https://github.com/fatedier/frp.git
synced 2025-08-13 22:38:56 +02:00
code optimization (#3625)
This commit is contained in:
@ -30,7 +30,7 @@ var (
|
||||
"wss",
|
||||
}
|
||||
|
||||
SupportedAuthMethods = []string{
|
||||
SupportedAuthMethods = []v1.AuthMethod{
|
||||
"token",
|
||||
"oidc",
|
||||
}
|
||||
|
Reference in New Issue
Block a user