forked from Mirrors/keyoxide-web
Fix link to keybase keys
This commit is contained in:
parent
88afb49e18
commit
178581e6c3
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ const fetchKeybase = (username, fingerprint) => {
|
|||
|
||||
try {
|
||||
output.publicKey = await doip.keys.fetchKeybase(username, fingerprint)
|
||||
output.fetchURL = `https://keybase.io/${username}`
|
||||
output.fetchURL = `https://keybase.io/${username}/pgp_keys.asc?fingerprint=${fingerprint}`
|
||||
} catch(error) {
|
||||
reject(new Error("No public keys could be fetched from Keybase"))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue