Fix lint
This commit is contained in:
parent
20ede346b4
commit
2e52cc1802
1 changed files with 2 additions and 1 deletions
|
@ -17,12 +17,13 @@
|
|||
package openid
|
||||
|
||||
import (
|
||||
"code.vikunja.io/api/pkg/log"
|
||||
"context"
|
||||
"regexp"
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
"code.vikunja.io/api/pkg/log"
|
||||
|
||||
"code.vikunja.io/api/pkg/config"
|
||||
"code.vikunja.io/api/pkg/modules/keyvalue"
|
||||
"github.com/coreos/go-oidc"
|
||||
|
|
Loading…
Reference in a new issue