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[];