MeerkatLabs / Angular-Bowling-Entry

Angular application for managing a bowling league
MIT License
0 stars 0 forks source link

UserService blocks future logins after first fails #51

Closed rerobins closed 9 years ago

rerobins commented 9 years ago

If the user cancels the login process, the UserService doesn't allow the user to be retrieved again. This is due to a caching of the deferred that is used to fetch the user in the first place.