Das Löschen eines Branches ist permanent. Es KANN NICHT rückgängig gemacht werden. Fortfahren?
brian_auth_fix nach dev vor 2 Jahren zusammengeführt
Das Löschen eines Branches ist permanent. Es KANN NICHT rückgängig gemacht werden. Fortfahren?
This pull request includes a couple fixes to a few bugs that occurred due to small inaccuracies in logic implemented during the recent refactor.
These bugs included:
Additionally, smaller changes in error handling were addressed on the frontend/backend, passing the error message from the backend in both validate-session.js and verify-session.js under each respective catch(err) clause. Additionally, on the frontend’s auth.service.js, an additional check for the presence of this .error property is checked in the return value and then a new Error is thrown if the property exists.
This should resolve basic sign up and login bugs that have occurred, allowing the user to once again sign up and log in as expected.