mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 02:19:58 -03:30
Remove cred from potential hub params
This commit is contained in:
parent
e5578a8ef3
commit
ad24fe7017
@ -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]) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user