taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit c56cf4158f95fea971bf83d454954697030b55f5
parent 0d9f59851b93f3cd6afbaefe97ac30d13dbda90d
Author: Sebastian <sebasjm@gmail.com>
Date:   Mon,  6 Jun 2022 00:07:42 -0300

use AuthenticationProviderStatusMap type

Diffstat:
Mpackages/anastasis-core/src/reducer-types.ts | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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