jmkaneshiro / stayontrack

StayOnTrack is a clone of Pivotal Tracker -- an agile project management tool.
https://stay-on-track-app.herokuapp.com/
5 stars 0 forks source link

Fixed login bug #77

Closed jmkaneshiro closed 4 years ago

jmkaneshiro commented 4 years ago

Summary

Login for demo user was failing on the first try. This was because I needed to prevent default for the login function.

Notes

This made the code a lot messier. Will need to clean it up in a future PR.