Skip to content

Commit

Permalink
Merge pull request #946 from cmgustavo/bug/coinbase-invalid-users-01
Browse files Browse the repository at this point in the history
Fix: unlink Coinbase for invalid accounts
  • Loading branch information
JohnathanWhite authored Oct 4, 2023
2 parents 81f2f98 + 0db7e1f commit 464faa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/store/coinbase/coinbase.effects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ export const coinbaseRefreshToken =
'coinbaseRefreshToken: ' + coinbaseParseErrorToString(error),
),
);
dispatch(coinbaseDisconnectAccount());
}
};

Expand Down

0 comments on commit 464faa0

Please sign in to comment.