mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 07:19:41 +02:00
fix(oauth): remove expiry time copy logic EE-1085
This commit is contained in:
parent
665bf2c887
commit
56f569efe1
4 changed files with 13 additions and 24 deletions
|
@ -1217,7 +1217,7 @@ type (
|
|||
|
||||
// OAuthService represents a service used to authenticate users using OAuth
|
||||
OAuthService interface {
|
||||
Authenticate(code string, configuration *OAuthSettings) (string, *time.Time, error)
|
||||
Authenticate(code string, configuration *OAuthSettings) (string, error)
|
||||
}
|
||||
|
||||
// RegistryService represents a service for managing registry data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue