mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-26 12:27:06 +00:00 
			
		
		
		
	UI: Update commit signature view (#12473)
This commit is contained in:
		| @@ -467,7 +467,7 @@ func hashAndVerify(sig *packet.Signature, payload string, k *GPGKey, committer, | |||||||
| 		return &CommitVerification{ //Everything is ok | 		return &CommitVerification{ //Everything is ok | ||||||
| 			CommittingUser: committer, | 			CommittingUser: committer, | ||||||
| 			Verified:       true, | 			Verified:       true, | ||||||
| 			Reason:         fmt.Sprintf("%s <%s> / %s", signer.Name, signer.Email, k.KeyID), | 			Reason:         fmt.Sprintf("%s / %s", signer.Name, k.KeyID), | ||||||
| 			SigningUser:    signer, | 			SigningUser:    signer, | ||||||
| 			SigningKey:     k, | 			SigningKey:     k, | ||||||
| 			SigningEmail:   email, | 			SigningEmail:   email, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 techknowlogick
					techknowlogick