Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
fix(login modal): forgot password message on sign up form after submi…
Browse files Browse the repository at this point in the history
…ssion (#335)

* feat: multi currency

* feat: multi-currency feature

* feat: added multicurrency feature (static)

* feat: pdp: multi currency

* feat: muti-currency refactor

* chore: version upgrade

* feat: added feature to update userfields

* fix: fixed selected variantby options

* fix: cartgetters item price

* refactor: getproducts api method

* fix: login modal popup error

* feat: display discount on cart drawer

* chore: updated shopify version

* chore: remove wishlist function for now (#213)

Co-authored-by: Jeff Paltera <[email protected]>

* fix: incosistent footer (#214)

* chore: update the misaligned margin of components (#215)

* chore: update home padding

* chore: updated margin on whole

* chore: updated margin on whole

* feat: display discount on cart drawer (#230)

* feat: multi currency

* feat: multi-currency feature

* feat: added multicurrency feature (static)

* feat: pdp: multi currency

* feat: muti-currency refactor

* chore: version upgrade

* feat: added feature to update userfields

* fix: fixed selected variantby options

* fix: cartgetters item price

* refactor: getproducts api method

* chore: remove wishlist function for now (#213)

Co-authored-by: Jeff Paltera <[email protected]>

* fix: incosistent footer (#214)

* chore: update the misaligned margin of components (#215)

* chore: update home padding

* chore: updated margin on whole

* chore: updated margin on whole

* fix: login modal popup error

* feat: display discount on cart drawer

* chore: updated shopify version

Co-authored-by: Jeff Paltera <[email protected]>
Co-authored-by: Jeff Paltera <[email protected]>

* fix: ssr for crawlers for multilingual

* fix: version upgraded

* refactor: added function for detect country

* fix: ssr for crawlers for multilingual (#231)

* feat: multi currency

* feat: multi-currency feature

* feat: added multicurrency feature (static)

* feat: pdp: multi currency

* feat: muti-currency refactor

* chore: version upgrade

* feat: added feature to update userfields

* fix: fixed selected variantby options

* fix: cartgetters item price

* refactor: getproducts api method

* chore: remove wishlist function for now (#213)

Co-authored-by: Jeff Paltera <[email protected]>

* fix: incosistent footer (#214)

* chore: update the misaligned margin of components (#215)

* chore: update home padding

* chore: updated margin on whole

* chore: updated margin on whole

* fix: login modal popup error

* feat: display discount on cart drawer

* chore: updated shopify version

* fix: ssr for crawlers for multilingual

* fix: version upgraded

* refactor: added function for detect country

Co-authored-by: Jeff Paltera <[email protected]>
Co-authored-by: Jeff Paltera <[email protected]>

* chore: add #TechForUkraine

* Update README.md

* feat(cartdrawer): coupon add/remove feature

* feat(cartdrawer): coupon add/remove feature

* fix: suggested changes

* refactor: remove shopify buy deps from createcart & checkout

* refactor: removed shopify buy deps from updatecart

* fix: resolved linter error

* refactor: suggeted changes

* refactor: suggeted changes

* refactor: refactored get country method for getproduct

* refactor: implemented suggested changes

* refactor: implemented suggested changes

* refactor: pdp: related products- disabled add to cart for out of stock products

* refactor: removed any from default query

* fix(PDP): add to cart not working on match with it section

* chore: updated sfui to 0.12.x

* refactor: removed context as param from setup method

* chore: upgraded SFUI to 0.12.3

* fix: updated yarn.lock

* fix: updated currency to EUR in nuxt.config.js

* refactor: added observer for section rendering

* refactor(sign in): removed shopify buy deps from signin api

* refactor(sign out): removed shopify buy deps from sign out api

* fix: resolved conflicts

* refactor: removed shopify buy sdk deps from signup

* refactor: removed shopify buy sdk deps from forgotpassword api method

* refactor: removed shopify buy sdk deps from change password api method

* refactor(collection & search result): enabled locale based prices

* fix: locale switcher not working as desired

* fix: locale switcher not working as desired

* fix(login modal): forgot password message on sign up form after submission

Co-authored-by: Jeff Paltera <[email protected]>
Co-authored-by: Jeff Paltera <[email protected]>
Co-authored-by: Heitor Ramon Ribeiro <[email protected]>
  • Loading branch information
4 people authored Apr 18, 2022
1 parent 41d031f commit d3850f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/theme/components/LoginModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ export default {
const closeModal = () => {
setIsForgottenValue(false);
toggleLoginModal();
isThankYouAfterForgotten.value = false;
};
const handleRegister = () => handleForm(register)();
Expand Down

0 comments on commit d3850f3

Please sign in to comment.