This commit is contained in:
Henry Jameson 2019-06-13 00:47:06 +03:00
parent 6cd4546873
commit 1e94aecbc9
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ const register = ({ params, credentials }) => {
}, },
body: JSON.stringify({ body: JSON.stringify({
nickname, nickname,
locale: 'xx_XX', locale: 'en_US',
agreement: true, agreement: true,
...rest ...rest
}) })