mirror of
https://github.com/nais/wonderwall.git
synced 2026-05-06 08:27:10 +00:00
removed unused variable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user