Skip to content

Commit c9d1e40

Browse files
UI: Update commit signature view (#12473)
1 parent bd7d6a3 commit c9d1e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/gpg_key.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ func hashAndVerify(sig *packet.Signature, payload string, k *GPGKey, committer,
467467
return &CommitVerification{ //Everything is ok
468468
CommittingUser: committer,
469469
Verified: true,
470-
Reason: fmt.Sprintf("%s <%s> / %s", signer.Name, signer.Email, k.KeyID),
470+
Reason: fmt.Sprintf("%s / %s", signer.Name, k.KeyID),
471471
SigningUser: signer,
472472
SigningKey: k,
473473
SigningEmail: email,

0 commit comments

Comments
 (0)