mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2026-02-05 08:48:32 +00:00
fix: don't delete uid of anonymous clients
This commit is contained in:
@ -116,8 +116,6 @@ func (c *client) UpdateUser() (user *User, err error) {
|
||||
c.addresses = tmpList
|
||||
}
|
||||
|
||||
c.log.WithField("userID", user.ID).Info("Updated user")
|
||||
|
||||
return user, err
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user