mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 22:49:28 -07:00
fix: fix service provider information
This commit is contained in:
parent
a25e94002c
commit
c1cb3fcbb6
2 changed files with 6 additions and 4 deletions
|
@ -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],
|
||||
|
|
|
@ -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],
|
||||
|
|
Loading…
Reference in a new issue