fix reward link

This commit is contained in:
Sean Yesmunt 2019-11-23 13:14:14 -05:00
parent f625771ace
commit 9d0a7ce20e

View file

@ -28,7 +28,13 @@ function RewardAuthIntro(props: Props) {
and security updates.
</I18nMessage>
}
actions={<Button button="primary" requiresAuth label={__('Unlock Rewards')} />}
actions={
<Button
button="primary"
navigate={`/$/${PAGES.AUTH}?redirect=/$/${PAGES.REWARDS}`}
label={__('Unlock Rewards')}
/>
}
/>
);
}