You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, ideally your server should be set in English. If for some reason, you need any other language set in your system, you can implement a custom import function. Basically:
Can be temporarily fixed by adding environment variable LANG=en.
The fingerprint is null because of the following regex in gpg.js which assumes English output:
var keyRegex = /^gpg: key (.*?):/;
The text was updated successfully, but these errors were encountered: