fix(vpaas): Fix tenant typo
This commit is contained in:
parent
71d0577a49
commit
4866ddc2ad
|
@ -6,4 +6,4 @@ export const BILLING_ID = 'billingId';
|
||||||
/**
|
/**
|
||||||
* The prefix for the vpaas tenant.
|
* The prefix for the vpaas tenant.
|
||||||
*/
|
*/
|
||||||
export const VPAAS_TENANT_PREFIX = 'vpass-magic-cookie-';
|
export const VPAAS_TENANT_PREFIX = 'vpaas-magic-cookie';
|
||||||
|
|
Loading…
Reference in New Issue