File tree 3 files changed +22
-4
lines changed
3 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 14
14
/data
15
15
/coverage
16
16
/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() {
4
4
alert ( 2 ) ; window . location . href = "/register" ;
5
5
}
6
6
document . 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
10
9
11
10
if ( ! authn . currentUser ( ) ) await authn . checkUser ( ) ;
12
11
let user = authn . currentUser ( ) ;
You can’t perform that action at this time.
0 commit comments