inaturalist / INaturalistIOS

iNaturalist iOS app
MIT License
146 stars 51 forks source link

Close sign up form after signing up #643

Open kueda opened 1 year ago

kueda commented 1 year ago

When the user signs up for a new account, the server response with a 201 code and we show an alert telling the user to check their email and click the confirmation link. In addition, I think we should close the sign up form. Ideally I'd like to close the form and then show the alert. By leaving them on the signup form like we're currently doing, it suggests they still have something to do there. As to where they should go, not sure. Where they were previously? My Observations?