Browse Source

Update Multi-Tenancy.md

pull/17569/head
Hamza Albreem 3 years ago
committed by GitHub
parent
commit
315a1afdbb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/UI/Angular/Multi-Tenancy.md

2
docs/en/UI/Angular/Multi-Tenancy.md

@ -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

Loading…
Cancel
Save