UI: Update commit signature view (#12473)
This commit is contained in:
		
							parent
							
								
									bd7d6a3d73
								
							
						
					
					
						commit
						c9d1e40dfc
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -467,7 +467,7 @@ func hashAndVerify(sig *packet.Signature, payload string, k *GPGKey, committer, | |||
| 		return &CommitVerification{ //Everything is ok
 | ||||
| 			CommittingUser: committer, | ||||
| 			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, | ||||
| 			SigningKey:     k, | ||||
| 			SigningEmail:   email, | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue