bad copy/paste, changed ginerror.Error field

This commit is contained in:
2021-11-15 14:58:15 +01:00
parent 0ef4602dec
commit af85669f1c
2 changed files with 5 additions and 6 deletions

View File

@ -1,8 +1,6 @@
package ginerror
import "git.icod.de/dalu/oidc/options"
type Error struct {
Description options.ErrorDescription
Description string
Error error
}