removed RegisterDevDirective, because this is in upstream

This commit is contained in:
Sebastian Mancke
2017-05-04 22:22:13 +02:00
parent cebc21f86b
commit 7d5e2257f5
-1
View File
@@ -18,7 +18,6 @@ func init() {
ServerType: "http",
Action: setup,
})
httpserver.RegisterDevDirective("login", "jwt")
}
// setup configures a new loginsrv instance.