feat: text recovery two factor button on passkey error

This commit is contained in:
httpjamesm 2024-03-11 13:48:05 -04:00
parent 83a17e4d11
commit 44568dc142
No known key found for this signature in database

View file

@ -256,6 +256,18 @@ const PasskeysFlow = () => {
>
{t("TRY_AGAIN")}
</EnteButton>
<EnteButton
onClick={() => {}}
fullWidth
style={{
marginTop: "1rem",
}}
color="primary"
type="button"
variant="text"
>
{t("RECOVER_TWO_FACTOR")}
</EnteButton>
</FormPaper>
</Box>
</Box>