mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-21 00:03:35 -05:00
Remove cred from potential hub params
This commit is contained in:
@@ -30,9 +30,10 @@ function ExecutionEnvironmentAdd() {
|
||||
|
||||
const hubParams = {
|
||||
image: '',
|
||||
credential: null // reverse lookup?
|
||||
};
|
||||
history.location.search.replace(/^\?/, '')
|
||||
|
||||
history.location.search
|
||||
.replace(/^\?/, '')
|
||||
.split('&')
|
||||
.map((s) => s.split('='))
|
||||
.forEach(([key, val]) => {
|
||||
|
||||
Reference in New Issue
Block a user