mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 15:29:42 +02:00
style(auth): remove comments and change error
This commit is contained in:
parent
dc067b3308
commit
b09f491f62
4 changed files with 2 additions and 3 deletions
|
@ -18,7 +18,7 @@ import (
|
|||
|
||||
const (
|
||||
// ErrInvalidCode defines an error raised when the user authorization code is invalid
|
||||
ErrInvalidCode = portainer.Error("Authorization code is invalid")
|
||||
ErrInvalidCode = portainer.Error("Invalid OAuth authorization code")
|
||||
)
|
||||
|
||||
// Service represents a service used to authenticate users against an authorization server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue