mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-15 09:55:49 +01:00
Merge pull request #1918 from gitbucket/remove_unused_code
Remove unused action in AccountController
This commit is contained in:
@@ -233,10 +233,6 @@ trait AccountControllerBase extends AccountManagementControllerBase {
|
|||||||
} getOrElse NotFound()
|
} getOrElse NotFound()
|
||||||
})
|
})
|
||||||
|
|
||||||
get("/captures/(.*)".r) {
|
|
||||||
multiParams("captures").head
|
|
||||||
}
|
|
||||||
|
|
||||||
get("/:userName/_delete")(oneselfOnly {
|
get("/:userName/_delete")(oneselfOnly {
|
||||||
val userName = params("userName")
|
val userName = params("userName")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user