This commit is contained in:
kolaente 2021-05-17 12:15:15 +02:00
parent 20ede346b4
commit 2e52cc1802
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 1 deletions

View File

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