|
|
@@ -29,17 +29,18 @@ export default class AdminSecuritySettingContainer extends Container {
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * Workaround for the mangling in production build to break constructor.name
|
|
|
+ * retrieve security data
|
|
|
*/
|
|
|
- static getClassName() {
|
|
|
- return 'AdminSecrityContainer';
|
|
|
+ async init() {
|
|
|
+ // TODO GW-583 init state by apiv3
|
|
|
}
|
|
|
|
|
|
+
|
|
|
/**
|
|
|
- * retrieve security data
|
|
|
+ * Workaround for the mangling in production build to break constructor.name
|
|
|
*/
|
|
|
- async init() {
|
|
|
- // TODO GW-583 init state by apiv3
|
|
|
+ static getClassName() {
|
|
|
+ return 'AdminSecritySettingContainer';
|
|
|
}
|
|
|
|
|
|
|