From c56cf4158f95fea971bf83d454954697030b55f5 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 6 Jun 2022 00:07:42 -0300 Subject: use AuthenticationProviderStatusMap type --- packages/anastasis-core/src/reducer-types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/anastasis-core') 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[]; -- cgit v1.2.3