Professionally revert a commit
This commit is contained in:
parent
19661989a7
commit
71bfe073e6
1 changed files with 0 additions and 2 deletions
|
@ -12,8 +12,6 @@ login_manager.init_app(app)
|
|||
|
||||
@login_manager.user_loader
|
||||
def load_user(userid):
|
||||
1/0
|
||||
|
||||
return User.query.filter_by(id=userid).first()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue