ソースを参照

fix(vpaas): Fix tenant typo

master
Vlad Piersec 5年前
コミット
4866ddc2ad
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      react/features/billing-counter/constants.js

+ 1
- 1
react/features/billing-counter/constants.js ファイルの表示

@@ -6,4 +6,4 @@ export const BILLING_ID = 'billingId';
6 6
 /**
7 7
  * The prefix for the vpaas tenant.
8 8
  */
9
-export const VPAAS_TENANT_PREFIX = 'vpass-magic-cookie-';
9
+export const VPAAS_TENANT_PREFIX = 'vpaas-magic-cookie';

読み込み中…
キャンセル
保存