aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/anastasis-core/src/reducer-types.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/anastasis-core/src/reducer-types.ts b/packages/anastasis-core/src/reducer-types.ts
index c9c7aed0f..ca8edff40 100644
--- a/packages/anastasis-core/src/reducer-types.ts
+++ b/packages/anastasis-core/src/reducer-types.ts
@@ -82,7 +82,7 @@ export interface ReducerStateBackup {
identity_attributes?: { [n: string]: string };
- authentication_providers?: { [url: string]: AuthenticationProviderStatus };
+ authentication_providers?: AuthenticationProviderStatusMap;
authentication_methods?: AuthMethod[];