Skip to content

Commit 54d729f

Browse files
authored
Merge pull request #132 from solid/michielbdejong-patch-1
Remove solidtest.space from list
2 parents 7e8c84e + b5a4edf commit 54d729f

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

demo/components/AuthButtons.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default class AuthButtons extends React.Component<Object, Object> {
1717
login() {
1818
const idp = window.prompt(
1919
'What is the URL of your identity provider?',
20-
'https://solidtest.space/'
20+
'https://solid.community/'
2121
)
2222
if (idp) {
2323
auth.login(idp)

popup-app/idps.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
"displayName": "Solid Community",
44
"url": "https://solid.community/"
55
},
6-
{
7-
"displayName": "Solid Test Space",
8-
"url": "https://solidtest.space/"
9-
},
106
{
117
"displayName": "Inrupt",
128
"url": "https://inrupt.net/"

0 commit comments

Comments
 (0)