fix: recover from expired enterprise auth on remote config load (#31661)
This commit is contained in:
parent
3ad6923c61
commit
02608a4e97
5 changed files with 67 additions and 7 deletions
|
|
@ -32,3 +32,8 @@ export const DirectoryTypoError = NamedError.create("ConfigDirectoryTypoError",
|
|||
dir: Schema.String,
|
||||
suggestion: Schema.String,
|
||||
})
|
||||
|
||||
export const RemoteAuthError = NamedError.create("ConfigRemoteAuthError", {
|
||||
url: Schema.String,
|
||||
remote: Schema.String,
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue