mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	#2311 improve HTTP auth error message
This commit is contained in:
		| @@ -209,7 +209,7 @@ func runServ(c *cli.Context) { | ||||
| 			} | ||||
| 			// Check if this deploy key belongs to current repository. | ||||
| 			if !models.HasDeployKey(key.ID, repo.ID) { | ||||
| 				fail("Key access denied", "Key access denied: [key_id: %d, repo_id: %d]", key.ID, repo.ID) | ||||
| 				fail("Key access denied", "Deploy key access denied: [key_id: %d, repo_id: %d]", key.ID, repo.ID) | ||||
| 			} | ||||
|  | ||||
| 			// Update deploy key activity. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user