|
@@ -54,7 +54,7 @@ export default class AppContainer extends Container {
|
|
|
this.isSharedUser = isSharedPageElem != null && this.currentUser == null;
|
|
this.isSharedUser = isSharedPageElem != null && this.currentUser == null;
|
|
|
|
|
|
|
|
// TAICHI: check if Link Sharing is enabled or not
|
|
// TAICHI: check if Link Sharing is enabled or not
|
|
|
- // this.canShareLink =
|
|
|
|
|
|
|
+ // this.isLinkSharingForbidden =
|
|
|
|
|
|
|
|
const userLocaleId = this.currentUser?.lang;
|
|
const userLocaleId = this.currentUser?.lang;
|
|
|
this.i18n = i18nFactory(userLocaleId);
|
|
this.i18n = i18nFactory(userLocaleId);
|