associateSecretCode()

in packages/ui/src/components/CognitoAuth/index.tsx [207:211]


                associateSecretCode(secretCode) {
                    setTransition(
                        <MFATotpSetup secretCode={secretCode} cognitoUser={cognitoUser} resetView={resetView} />
                    );
                },