Browse Source

UI: Update commit signature view (#12473)

for-closed-social
techknowlogick 3 years ago
committed by GitHub
parent
commit
c9d1e40dfc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      models/gpg_key.go

+ 1
- 1
models/gpg_key.go 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,

Loading…
Cancel
Save