File tree Expand file tree Collapse file tree
app/util/logs/__snapshots__ Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,6 +66,13 @@ exports[`logs :: generateStateLogs Sanitized SeedlessOnboardingController State
6666 " BridgeStatusController" : {
6767 " txHistory" : {},
6868 },
69+ " CardController" : {
70+ " activeProviderId" : null ,
71+ " cardholderAccounts" : [],
72+ " isAuthenticated" : false ,
73+ " providerData" : {},
74+ " selectedCountry" : null ,
75+ },
6976 " ConnectivityController" : {
7077 " connectivityStatus" : " online" ,
7178 },
@@ -921,6 +928,13 @@ exports[`logs :: generateStateLogs generates a valid json export 1`] = `
921928 " BridgeStatusController" : {
922929 " txHistory" : {},
923930 },
931+ " CardController" : {
932+ " activeProviderId" : null ,
933+ " cardholderAccounts" : [],
934+ " isAuthenticated" : false ,
935+ " providerData" : {},
936+ " selectedCountry" : null ,
937+ },
924938 " ConnectivityController" : {
925939 " connectivityStatus" : " online" ,
926940 },
You can’t perform that action at this time.
0 commit comments