1
0
Fork 0
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:
Chaim Lev Ari 2019-01-16 17:53:10 +02:00
parent dc067b3308
commit b09f491f62
4 changed files with 2 additions and 3 deletions

View file

@ -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