Browse Source

docs: revert title change

Co-authored-by: Levent Arman Özak <arman@armanozak.com>
pull/5139/head
Bunyamin Coskuner 6 years ago
committed by GitHub
parent
commit
9e4ecc0a4a
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

@ -20,7 +20,7 @@ On the page above, you can;
You can switch between existing tenants by using the tenant switching component in the child pages of the `AccountLayoutComponent` (like Login page). Angular UI sends the selected tenant id to the backend as `__tenant` header on each request.
<h2 id="domain-tenant-resolver">Domain Tenant Resolver</h2>
## Domain Tenant Resolver
Angular UI can get the tenant name from the app running URL. You can determine the current tenant by subdomain (like mytenant1.mydomain.com) or by the whole domain (like mytenant.com). To do this, you need to set the `application.baseUrl` property in the environment:

Loading…
Cancel
Save