aboutsummaryrefslogtreecommitdiff
path: root/packages/anastasis-webui/src/utils/index.tsx
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2022-08-26 12:59:00 -0300
committerSebastian <sebasjm@gmail.com>2022-08-26 12:59:09 -0300
commitcf894f1dd309e48d8be380c56175219027c84fb7 (patch)
tree8aa434c47d4ed366f4b3d5f0bd89fc696a388b9d /packages/anastasis-webui/src/utils/index.tsx
parenteef2d4702019b9de64efc01fff097b437e65ce39 (diff)
downloadwallet-core-cf894f1dd309e48d8be380c56175219027c84fb7.tar.xz
fix #7065
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,