gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] 06/07: use AuthenticationProviderStatusMap type


From: gnunet
Subject: [taler-wallet-core] 06/07: use AuthenticationProviderStatusMap type
Date: Mon, 06 Jun 2022 05:08:22 +0200

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository wallet-core.

commit c56cf4158f95fea971bf83d454954697030b55f5
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Mon Jun 6 00:07:42 2022 -0300

    use AuthenticationProviderStatusMap type
---
 packages/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
index c9c7aed0..ca8edff4 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[];
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]