forked from forgejo/forgejo
parent
683b95f0da
commit
2165729d16
5 changed files with 6 additions and 14 deletions
|
@ -343,8 +343,7 @@ func loadServerFrom(rootCfg ConfigProvider) {
|
|||
LandingPageURL = LandingPageOrganizations
|
||||
case "login":
|
||||
LandingPageURL = LandingPageLogin
|
||||
case "":
|
||||
case "home":
|
||||
case "", "home":
|
||||
LandingPageURL = LandingPageHome
|
||||
default:
|
||||
LandingPageURL = LandingPage(landingPage)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue