use AuthenticationProviderStatusMap type

This commit is contained in:
Sebastian 2022-06-06 00:07:42 -03:00
parent 0d9f59851b
commit c56cf4158f
No known key found for this signature in database
GPG Key ID: BE4FF68352439FC1

View File

@ -82,7 +82,7 @@ export interface ReducerStateBackup {
identity_attributes?: { [n: string]: string };
authentication_providers?: { [url: string]: AuthenticationProviderStatus };
authentication_providers?: AuthenticationProviderStatusMap;
authentication_methods?: AuthMethod[];