Merge branch 'add_signup_locale' into devel

This commit is contained in:
Valentin Boettcher 2019-03-09 16:00:55 +01:00
commit 65d76206aa

View file

@ -804,6 +804,9 @@ export class AccountsLoginFormInner extends TrackerComponent {
options.password = password;
}
// set the signup locale
options.locale = this.context.intl.locale;
const SignUp = function(_options) {
Accounts.createUser(_options, (error) => {
if (error) {