There could be an easy way to update the key's User ID in case such error occur:
|
} else if (!(await GeneralMailFormatter.isSenderInKeyUserIds(view, signingKey.key))) { |
Without any in-house way of updating key, it is troublesome to update the User ID eg. via gpg, especially for a non-technical users.
There could be an easy way to update the key's User ID in case such error occur:
flowcrypt-browser/extension/chrome/elements/compose-modules/formatters/general-mail-formatter.ts
Line 45 in 10f6036
Without any in-house way of updating key, it is troublesome to update the User ID eg. via gpg, especially for a non-technical users.