File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/authenticationProvider Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010### Added
1111- Configurable query icons (#9 ).
12- - "Unknown User " when logged in, but user's name not known (#51 ).
12+ - "Username not given " when logged in, but user's name not known (#51 , # 65 ).
1313
1414### Changed
1515- Changed loading message to "The page is loading. Just a moment please." (#26 ).
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export default {
2323 }
2424 }
2525 else {
26- idp = value ;
26+ idp = value ;
2727 }
2828
2929 if ( ! idp ) {
@@ -63,7 +63,7 @@ export default {
6363 throw new Error ( "You don't have access to this resource. You might need to log in." ) ;
6464 }
6565 }
66-
66+
6767 } ,
6868 getIdentity : async function getIdentity ( ) {
6969 const session = getDefaultSession ( ) ;
@@ -119,7 +119,7 @@ function getName(webIdThing) {
119119 if ( literalName ) {
120120 return literalName . value ;
121121 } else {
122- return "Unknown User " ;
122+ return "Username not given " ;
123123 }
124124}
125125
You can’t perform that action at this time.
0 commit comments