removed unused variable

This commit is contained in:
J-K. Solbakken
2023-11-23 08:56:52 +01:00
parent 38b9891caf
commit d28579028e

View File

@@ -9,8 +9,6 @@ import (
urllib "net/url"
"time"
"go.opentelemetry.io/otel"
"github.com/sethvargo/go-retry"
log "github.com/sirupsen/logrus"
@@ -33,8 +31,6 @@ import (
var _ router.Source = &Standalone{}
var loginCallbackTracer = otel.Tracer("login callback")
type Standalone struct {
AcrHandler *acr.Handler
AutoLogin *autologin.AutoLogin