diff --git a/caddy/setup.go b/caddy/setup.go index af33476..1f70c2b 100644 --- a/caddy/setup.go +++ b/caddy/setup.go @@ -18,7 +18,6 @@ func init() { ServerType: "http", Action: setup, }) - httpserver.RegisterDevDirective("login", "jwt") } // setup configures a new loginsrv instance.