Skip to content

Draft: Rtk banks

Nicolas Frandeboeuf requested to merge nicofrand/kresus:rtkBanks into main

To apply after !1631 (merged) To discuss: when a user is required to answer a question (2FA for ex) the async result cannot be kept as "pending" so I send nothing back and just check it in the reducer:

// Might be undefined if a user action was required.
                if (!action.payload) {
                    return;

Merge request reports