Skip to content

Commit 6a7fe46

Browse files
authored
Merge pull request #114 from SolidOS/fix/issue-102
replaced inrupt.net with solidweb.me
2 parents c062808 + 2c06e33 commit 6a7fe46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/issuer/issuerLogic.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ const DEFAULT_ISSUERS = [
88
uri: 'https://solidweb.org'
99
},
1010
{
11-
name: 'Inrupt.net',
12-
uri: 'https://inrupt.net'
11+
name: 'Solid Web ME',
12+
uri: 'https://solidweb.me'
1313
},
1414
{
15-
name: 'pod.Inrupt.com',
15+
name: 'Inrupt.com',
1616
uri: 'https://login.inrupt.com'
1717
}
1818
]

0 commit comments

Comments
 (0)