mirror of
https://github.com/vale981/Vulcan
synced 2025-03-05 09:31:43 -05:00
Merge branch 'add_signup_locale' into devel
This commit is contained in:
commit
65d76206aa
1 changed files with 3 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue