mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	Finish new collaboration page
This commit is contained in:
		| @@ -28,6 +28,11 @@ func Home(ctx *middleware.Context) { | ||||
| 		return | ||||
| 	} | ||||
|  | ||||
| 	if setting.OauthService != nil { | ||||
| 		ctx.Data["OauthEnabled"] = true | ||||
| 		ctx.Data["OauthService"] = setting.OauthService | ||||
| 	} | ||||
|  | ||||
| 	ctx.Data["PageIsHome"] = true | ||||
| 	ctx.HTML(200, HOME) | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user