GoogleJump / Breakpoint

0 stars 2 forks source link

Sign in screen shown by default #5

Open darylsew opened 10 years ago

darylsew commented 10 years ago

If you log on, leave the site & come back or refresh the page, you're presented with the signin screen for a split second before we $('#loginbox').hide() it. This is a little sloppy as far as UX goes and we should address it.

Could make the entire login box only injected into the template in app.py if 'username' in session. Straightforward fix but not a priority.