Sfoglia il codice sorgente

removing testing line

joel
Simon Bowie 2 anni fa
parent
commit
dcd6286acb
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. +0
    -1
      web/app/auth.py

+ 0
- 1
web/app/auth.py Vedi File

@@ -37,7 +37,6 @@ def login_post():

# if the above check passes, then we know the user has the right credentials
login_user(user, remember=remember)
flash(url_for('main.profile',_external=True,_scheme=os.environ.get('SSL_SCHEME')))
return redirect(url_for('main.profile',_external=True,_scheme=os.environ.get('SSL_SCHEME')))

# routes for signup page

Loading…
Annulla
Salva