Skip to content

Commit

Permalink
Update Multi-Tenancy.md
Browse files Browse the repository at this point in the history
  • Loading branch information
braim23 authored Oct 2, 2023
1 parent 660ae85 commit 315a1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/UI/Angular/Multi-Tenancy.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ The app sends the `__tenant` header that contains the current tenant id on each

### Handling Domain-based Tenant not found

When the application is initialized and a domain-based tenant is active, it makes a request for validating tenant. If it cannot be located, the Angular application calls the function. The function displays an error message, but you can customize the functionality by injecting the `TENANT_NOT_FOUND_BY_NAME` token into the function.
When the application is initialized and a domain-based tenant is active, it makes a request for to validate the tenant. If it cannot be located, the Angular application calls the function. The function displays an error message, but the functionality can be customized by injecting the `TENANT_NOT_FOUND_BY_NAME` token into the function.

Example:
```ts
Expand Down

0 comments on commit 315a1af

Please sign in to comment.