mirror of
https://github.com/vale981/Vulcan
synced 2025-03-04 17:21:37 -05:00
add locale to signup
This commit is contained in:
parent
7b955e725c
commit
1d4b517e19
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