File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [
2+ {
3+ "displayName" : " Solid Community" ,
4+ "url" : " https://solid.community/"
5+ },
6+ {
7+ "displayName" : " Solid Test Space" ,
8+ "url" : " https://solidtest.space/"
9+ },
10+ {
11+ "displayName" : " Inrupt" ,
12+ "url" : " https://inrupt.net/"
13+ }
14+ ]
Original file line number Diff line number Diff line change @@ -9,18 +9,9 @@ import IdpCallback from './components/IdpCallback'
99import IdpSelect from './components/IdpSelect'
1010import NoParent from './components/NoParent'
1111
12- import './index.css '
12+ import defaultIdps from './idps.json '
1313
14- const defaultIdps = [
15- {
16- displayName : 'Solid Community' ,
17- url : 'https://solid.community/'
18- } ,
19- {
20- displayName : 'Solid Test Space' ,
21- url : 'https://solidtest.space/'
22- }
23- ]
14+ import './index.css'
2415
2516findAppOrigin ( )
2617 . then ( appOrigin => {
You can’t perform that action at this time.
0 commit comments