mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-01 11:06:06 +01:00
Fix presentation of index page and sign-in page.
This commit is contained in:
@@ -31,7 +31,7 @@ trait SignInControllerBase extends ControllerBase { self: SystemSettingsService
|
||||
|
||||
get("/signout"){
|
||||
session.invalidate
|
||||
redirect("/signin")
|
||||
redirect("/")
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user