feat: add support for Digest authorization (#4339)
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com> Co-authored-by: nivedin <nivedinp@gmail.com>
This commit is contained in:
@@ -43,9 +43,8 @@ const setEnv = (
|
||||
selectedEnv.value = envValue
|
||||
}
|
||||
} else if (indexInGlobal >= 0) {
|
||||
if ("value" in global[indexInGlobal]) {
|
||||
;(global[indexInGlobal] as { value: string }).value = envValue
|
||||
}
|
||||
if ("value" in global[indexInGlobal])
|
||||
(global[indexInGlobal] as { value: string }).value = envValue
|
||||
} else {
|
||||
selected.push({
|
||||
key: envName,
|
||||
|
||||
Reference in New Issue
Block a user