Skip to content

Commit

Permalink
Merge pull request #934 from singnet/package-updating
Browse files Browse the repository at this point in the history
Package updating
  • Loading branch information
MarinaFedy authored Aug 14, 2024
2 parents e1b33a0 + f0cd7b6 commit 4f447b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"react-swipeable-views": "^0.14.0",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
"scrypt": "github:barrysteyn/node-scrypt#fb60a8d3c158fe115a624b5ffa7480f3a24b03fb",
"singularitynet-platform-contracts": "^1.0.4",
"slick-carousel": "^1.8.1",
"snet-sdk-web": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Login/Signup/RenderOTP.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const RenderOTP = ({ classes, otp, handleOTP, handleResendOTP, handleConfirmSign
{alert && <AlertBox type={alert.type} message={alert.message} />}
<div className={classes.buttonsContainer}>
<StyledButton type="transparent" btnText="Resend" onClick={handleResendOTP} />
<StyledButton type="blue" btnText="Continue" onClick={handleConfirmSignup} />
<StyledButton type="blue" btnType="submit" btnText="Continue" onClick={handleConfirmSignup} />
</div>
</form>
</Grid>
Expand Down

0 comments on commit 4f447b9

Please sign in to comment.