mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-29 00:10:54 +05:30
Поправлена ссылка на форму регистрации
This commit is contained in:
parent
df22b17457
commit
185e328945
@ -46,7 +46,7 @@ export function register({
|
||||
}) {
|
||||
return (dispatch) =>
|
||||
request.post(
|
||||
'/api/signup/register',
|
||||
'/api/signup',
|
||||
{email, username, password, rePassword, rulesAgreement}
|
||||
)
|
||||
.then(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user