Skip to content

Commit 0b692f0

Browse files
committed
typofix in webid
1 parent 159d3a2 commit 0b692f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

www/idp/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
$approval = true;
8787
}
8888

89-
$webId = "https://id-" . $user['userId'] . "." . BASEURL . "/#me";
89+
$webId = "https://id-" . $user['userId'] . "." . BASEDOMAIN . "/#me";
9090
$user = new \Pdsinterop\Solid\Auth\Entity\User();
9191
$user->setIdentifier($webId);
9292

0 commit comments

Comments
 (0)