mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 10:56:10 +01:00 
			
		
		
		
	Avoid cycle-redirecting user/login page (#28636)
Fix #28231, and remove some unused code. The `db.HasEngine` doesn't seem useful because the db engine is always initialized before web route.
This commit is contained in:
		| @@ -341,8 +341,7 @@ func loadServerFrom(rootCfg ConfigProvider) { | ||||
| 		LandingPageURL = LandingPageOrganizations | ||||
| 	case "login": | ||||
| 		LandingPageURL = LandingPageLogin | ||||
| 	case "": | ||||
| 	case "home": | ||||
| 	case "", "home": | ||||
| 		LandingPageURL = LandingPageHome | ||||
| 	default: | ||||
| 		LandingPageURL = LandingPage(landingPage) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user