mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Fix settings not being loaded at CLI (#26402)
Closes #25898 The problem was that the default settings weren't being loaded --------- Signed-off-by: cassiozareck <cassiomilczareck@gmail.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
		| @@ -73,6 +73,4 @@ func loadSessionFrom(rootCfg ConfigProvider) { | ||||
| 	SessionConfig.ProviderConfig = string(shadowConfig) | ||||
| 	SessionConfig.OriginalProvider = SessionConfig.Provider | ||||
| 	SessionConfig.Provider = "VirtualSession" | ||||
|  | ||||
| 	log.Info("Session Service Enabled") | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user