|
@@ -28,6 +28,9 @@ export default class AdminGithubSecurityContainer extends Container {
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * retrieve security data
|
|
|
|
|
+ */
|
|
|
async init() {
|
|
async init() {
|
|
|
const response = await this.appContainer.apiv3.get('/security-setting/');
|
|
const response = await this.appContainer.apiv3.get('/security-setting/');
|
|
|
const { githubOAuth } = response.data.securityParams;
|
|
const { githubOAuth } = response.data.securityParams;
|