Remove cred from potential hub params

This commit is contained in:
mabashian
2021-09-29 13:57:27 -04:00
parent e5578a8ef3
commit ad24fe7017

View File

@@ -30,9 +30,10 @@ function ExecutionEnvironmentAdd() {
const hubParams = { const hubParams = {
image: '', image: '',
credential: null // reverse lookup?
}; };
history.location.search.replace(/^\?/, '')
history.location.search
.replace(/^\?/, '')
.split('&') .split('&')
.map((s) => s.split('=')) .map((s) => s.split('='))
.forEach(([key, val]) => { .forEach(([key, val]) => {