refactor(orgs): Swtich to new selfservice baseurl

This commit is contained in:
2024-12-11 17:29:14 +01:00
parent 477c650f3f
commit e2d6fbb513
2 changed files with 2 additions and 1 deletions

View File

@@ -38,7 +38,7 @@
$: cards_show = true;
$: certificates_show = true;
$: generate_orgs = [original_object];
$: registrationLink = `${config.baseurl}/selfservice/register/${editable.registrationKey}`;
$: registrationLink = `${config.baseurl_selfservice}/register/${editable.registrationKey}`;
const getContactLabel = (option) =>
option.firstname + " " + (option.middlename || "") + " " + option.lastname;
const promise = RunnerOrganizationService.runnerOrganizationControllerGetOne(