auth/scopes/never: Remove unneeded auth reference
This commit is contained in:
parent
d268728f7d
commit
dd92c33608
1 changed files with 0 additions and 4 deletions
|
|
@ -4,14 +4,10 @@ import (
|
||||||
"net/http"
|
"net/http"
|
||||||
|
|
||||||
"github.com/FAU-CDI/wisski-distillery/internal/dis/component"
|
"github.com/FAU-CDI/wisski-distillery/internal/dis/component"
|
||||||
"github.com/FAU-CDI/wisski-distillery/internal/dis/component/auth"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
type Never struct {
|
type Never struct {
|
||||||
component.Base
|
component.Base
|
||||||
dependencies struct {
|
|
||||||
Auth *auth.Auth
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue