зеркало из https://github.com/mozilla/fxa.git
fix(bug): Only show account recovery promo if the user has Sync-able devices
This commit is contained in:
Родитель
937828bf5a
Коммит
a15e9d7cd0
|
@ -61,6 +61,7 @@ export const InlineRecoveryKeySetupCreate = ({
|
|||
<button
|
||||
className="flex justify-center items-center link-blue text-sm mx-auto"
|
||||
onClick={doLaterHandler}
|
||||
data-glean-id="inline_recovery_key_setup_create_do_it_later"
|
||||
>
|
||||
<FtlMsg id="inline-recovery-key-setup-later-button">Do it later</FtlMsg>
|
||||
</button>
|
||||
|
|
|
@ -102,9 +102,7 @@ export const InlineRecoveryKeySetup = ({
|
|||
default:
|
||||
return (
|
||||
<InlineRecoveryKeySetupCreate
|
||||
{...{ createRecoveryKeyHandler }}
|
||||
doLaterHandler={doLaterHandler}
|
||||
data-glean-id="inline_recovery_key_setup_create_do_it_later"
|
||||
{...{ createRecoveryKeyHandler, doLaterHandler }}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче