Skip to content

Commit c8ebe7a

Browse files
authored
feat: update organization onboarding message to include mailpit email check (#101)
* feat: update organization onboarding message to include mailpit email check Signed-off-by: Bastian Echterhölter <[email protected]> On-behalf-of: @SAP <[email protected]>
1 parent 7c7e5ac commit c8ebe7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/wc/src/app/components/organization-management/organization-management.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ export class OrganizationManagementComponent implements OnInit {
188188

189189
private getMessageForOrganizationCreation(orgName: string) {
190190
if (isLocalSetup()) {
191-
return `A new organization has been onboarded. Since the portal runs on localhost, you need to add the organization to your machine's hosts file in order to switch to it. Add the following entry to your hosts configuration: 127.0.0.1 ${orgName}.portal.dev.local`;
191+
return `A new organization has been onboarded. Since the portal runs on localhost, you need to add the organization to your machine's hosts file in order to switch to it. Add the following entry to your hosts configuration: 127.0.0.1 ${orgName}.portal.dev.local. When onboarding a new organization, the system sends an email. Please check delivered emails in mailpit (https://portal.dev.local:8443/mailpit).`;
192192
}
193193

194194
return 'A new organization has been created. Select it from the list to switch.';

0 commit comments

Comments
 (0)