diff options
author | Sebastian <sebasjm@gmail.com> | 2022-06-06 00:07:42 -0300 |
---|---|---|
committer | Sebastian <sebasjm@gmail.com> | 2022-06-06 00:07:42 -0300 |
commit | c56cf4158f95fea971bf83d454954697030b55f5 (patch) | |
tree | 75df5ca507d6c9f962329ee1ad005d84f483486b | |
parent | 0d9f59851b93f3cd6afbaefe97ac30d13dbda90d (diff) |
use AuthenticationProviderStatusMap type
-rw-r--r-- | packages/anastasis-core/src/reducer-types.ts | 2 |
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[]; |