Closed UtkarshSiddhpura closed 4 months ago
After some debugging i found that the user.js module needs to access the language from i18next while signing up the user, which the module i18next is not exporting Here https://github.com/llaske/sugarizer/blob/feature/v2/v2/js/modules/user.js#L100
Fixes #1639
Nice. Thanks.
After some debugging i found that the user.js module needs to access the language from i18next while signing up the user, which the module i18next is not exporting Here https://github.com/llaske/sugarizer/blob/feature/v2/v2/js/modules/user.js#L100
Fixes #1639