mirror of
https://gitee.com/gitea/gitea
synced 2025-12-10 18:20:33 +08:00
Remove Named interface (#26913)
`Named` is implemented by every `Method` and future implementations should implement the method too.
This commit is contained in:
@@ -37,7 +37,6 @@ var (
|
||||
|
||||
// Ensure the struct implements the interface.
|
||||
_ Method = &SSPI{}
|
||||
_ Named = &SSPI{}
|
||||
)
|
||||
|
||||
// SSPI implements the SingleSignOn interface and authenticates requests
|
||||
|
||||
Reference in New Issue
Block a user