mirror of
https://github.com/passbolt/go-passbolt.git
synced 2025-09-13 14:29:09 +00:00
fix spelling in comment
This commit is contained in:
parent
d59d0cc0e5
commit
9ef897d7a1
2 changed files with 4 additions and 4 deletions
|
@ -158,7 +158,7 @@ func (c *Client) Login(ctx context.Context) error {
|
|||
return fmt.Errorf("Decrypted PublicKey Validation Message does not Match Original (you might be getting Hacked): %w", err)
|
||||
}
|
||||
|
||||
// Insert PublicKey into Client after checking it to Prevent ignored errors leading to proceding with a potentially Malicious PublicKey
|
||||
// Insert PublicKey into Client after checking it to Prevent ignored errors leading to proceeding with a potentially Malicious PublicKey
|
||||
c.userPublicKey = user.GPGKey.ArmoredKey
|
||||
c.userID = user.ID
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue