I noticed that in `Auth.UsersSignupController` you check for `HTTP status 422` but shouldn't this be `401 Unauthorized` instead?
I noticed that in
Auth.UsersSignupControlleryou check forHTTP status 422but shouldn't this be401 Unauthorizedinstead?