Skip to content

Commit

Permalink
Merge pull request #23263 from namhihi237/fix-22935-click-next-didnt-…
Browse files Browse the repository at this point in the history
…receive-magic-code

fix click request magic code
  • Loading branch information
Julesssss authored Jul 24, 2023
2 parents 6759a6c + 683c2a3 commit 82669ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/signin/ValidateCodeForm/BaseValidateCodeForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ function BaseValidateCodeForm(props) {
autoFocus
/>
{hasError && <FormHelpMessage message={ErrorUtils.getLatestErrorMessage(props.account)} />}
<View>
<View style={[styles.alignItemsStart]}>
{timeRemaining > 0 && !props.network.isOffline ? (
<Text style={[styles.mt2]}>
{props.translate('validateCodeForm.requestNewCode')}
Expand Down

0 comments on commit 82669ae

Please sign in to comment.