fix: recover from expired enterprise auth on remote config load (#31661)
This commit is contained in:
@@ -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,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user