diff options
| author | Sebastian <sebasjm@gmail.com> | 2022-08-26 12:59:00 -0300 |
|---|---|---|
| committer | Sebastian <sebasjm@gmail.com> | 2022-08-26 12:59:09 -0300 |
| commit | cf894f1dd309e48d8be380c56175219027c84fb7 (patch) | |
| tree | 8aa434c47d4ed366f4b3d5f0bd89fc696a388b9d /packages/anastasis-webui/src/utils/index.tsx | |
| parent | eef2d4702019b9de64efc01fff097b437e65ce39 (diff) | |
fix #7065
Diffstat (limited to 'packages/anastasis-webui/src/utils/index.tsx')
| -rw-r--r-- | packages/anastasis-webui/src/utils/index.tsx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/anastasis-webui/src/utils/index.tsx b/packages/anastasis-webui/src/utils/index.tsx index 63bed9392..f87dd7f13 100644 --- a/packages/anastasis-webui/src/utils/index.tsx +++ b/packages/anastasis-webui/src/utils/index.tsx @@ -54,7 +54,7 @@ export function createExample<Props>( discoverMore: noop, discoverStart: noop, discoveryState: { - state: "none", + state: "finished", }, currentError: undefined, back: noop, @@ -204,14 +204,17 @@ const base = { } as AuthenticationProviderStatusOk, "http://localhost:8087/": { + status: "error", code: 8414, hint: "request to provider failed", } as AuthenticationProviderStatusError, "http://localhost:8088/": { + status: "error", code: 8414, hint: "request to provider failed", } as AuthenticationProviderStatusError, "http://localhost:8089/": { + status: "error", code: 8414, hint: "request to provider failed", } as AuthenticationProviderStatusError, |
