You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The signup html and functionality should support the following payload
{
"user": {
"name": "[Name of the user]",
"username":"[username]",
"password":"[passwor]",
"neighborhood_id": [id of the neighborhood to which it signs up]
}
}