UI: Update commit signature view (#12473)

pull/12481/head^2
techknowlogick 2020-08-13 10:54:54 -04:00 committed by GitHub
parent bd7d6a3d73
commit c9d1e40dfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,