nilthacker / sinatra-multi-auth

Sinatra authentication skeleton that supports GitHub, LinkedIn, and Google OAuth. Styled with Bootstrap.
3 stars 1 forks source link

Make login form modal over login options modal look better #14

Closed nilthacker closed 8 years ago

nilthacker commented 8 years ago

Maybe make the login modal longer? Could also write some js to make the login options modal hide while the login form modal is on screen, then have it come back if the login form modal is dismissed.

nilthacker commented 8 years ago

Done. Login options modal now hides before login form modal shows up, then reappears once login form modal is hidden. Same behaviour for the registration form modal.