mirror of
https://github.com/ansible/awx.git
synced 2026-05-24 00:57:48 -02:30
Fix whitespace
This commit is contained in:
@@ -55,8 +55,8 @@ export default {
|
|||||||
}],
|
}],
|
||||||
resolve: {
|
resolve: {
|
||||||
rhCreds: ['Rest', 'GetBasePath', function(Rest, GetBasePath) {
|
rhCreds: ['Rest', 'GetBasePath', function(Rest, GetBasePath) {
|
||||||
Rest.setUrl(`${GetBasePath('settings')}system/`);
|
Rest.setUrl(`${GetBasePath('settings')}system/`);
|
||||||
return Rest.get()
|
return Rest.get()
|
||||||
.then(({data}) => {
|
.then(({data}) => {
|
||||||
const rhCreds = {};
|
const rhCreds = {};
|
||||||
if (data.REDHAT_USERNAME && data.REDHAT_USERNAME !== "") {
|
if (data.REDHAT_USERNAME && data.REDHAT_USERNAME !== "") {
|
||||||
@@ -71,6 +71,6 @@ export default {
|
|||||||
}).catch(() => {
|
}).catch(() => {
|
||||||
return {};
|
return {};
|
||||||
});
|
});
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user