File tree Expand file tree Collapse file tree 3 files changed +22
-4
lines changed Expand file tree Collapse file tree 3 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 1414/data
1515/coverage
1616/node_modules
17- /npm-debug.log
17+ /npm-debug.log
18+ .history /
Original file line number Diff line number Diff line change 1+ {
2+ "root" : " /Users/imyshor/Projects/solid/solidos/workspaces/node-solid-server/bin/data" ,
3+ "port" : " 8443" ,
4+ "serverUri" : " https://localhost:8443" ,
5+ "webid" : false ,
6+ "mount" : " /" ,
7+ "configPath" : " ./config" ,
8+ "configFile" : " ./config.json" ,
9+ "dbPath" : " ./.db" ,
10+ "sslKey" : " ../" ,
11+ "sslCert" : " ../" ,
12+ "multiuser" : false ,
13+ "server" : {
14+ "name" : " localhost" ,
15+ "description" : " " ,
16+ "logo" : " "
17+ }
18+ }
Original file line number Diff line number Diff line change @@ -4,9 +4,8 @@ function register() {
44 alert ( 2 ) ; window . location . href = "/register" ;
55}
66document . addEventListener ( 'DOMContentLoaded' , async function ( ) {
7- const solidLogicLib = UI . solidLogicLib
8- const authn = solidLogicLib . authn
9- const authSession = solidLogicLib . authSession
7+ const authn = UI . authn
8+ const authSession = UI . authSession
109
1110 if ( ! authn . currentUser ( ) ) await authn . checkUser ( ) ;
1211 let user = authn . currentUser ( ) ;
You can’t perform that action at this time.
0 commit comments