aboutsummaryrefslogtreecommitdiff
path: root/packages/anastasis-webui/src/utils/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/anastasis-webui/src/utils/index.tsx')
-rw-r--r--packages/anastasis-webui/src/utils/index.tsx5
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,