We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 159d3a2 commit 0b692f0Copy full SHA for 0b692f0
1 file changed
www/idp/index.php
@@ -86,7 +86,7 @@
86
$approval = true;
87
}
88
89
- $webId = "https://id-" . $user['userId'] . "." . BASEURL . "/#me";
+ $webId = "https://id-" . $user['userId'] . "." . BASEDOMAIN . "/#me";
90
$user = new \Pdsinterop\Solid\Auth\Entity\User();
91
$user->setIdentifier($webId);
92
0 commit comments