Skip to content

Commit b5a4edf

Browse files
update placeholder in auth button
1 parent e96da08 commit b5a4edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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)

0 commit comments

Comments
 (0)