fix: fix service provider information

This commit is contained in:
Yarmo Mackenbach 2023-09-25 11:55:59 +02:00
parent a25e94002c
commit c1cb3fcbb6
No known key found for this signature in database
GPG key ID: 3C57D093219103A3
2 changed files with 6 additions and 4 deletions

View file

@ -27,8 +27,9 @@ export function processURI (uri) {
return new ServiceProvider({
about: {
id: 'web',
name: 'keybase'
id: 'keybase',
name: 'keybase',
homepage: 'https://keybase.io'
},
profile: {
display: match[1],

View file

@ -27,8 +27,9 @@ export function processURI (uri) {
return new ServiceProvider({
about: {
id: 'web',
name: 'lichess'
id: 'lichess',
name: 'Lichess',
homepage: 'https://lichess.org'
},
profile: {
display: match[1],