Revert "upgrade flask_login to 0.5.0"

This commit is contained in:
Leo Hemsted
2020-03-09 16:48:27 +00:00
committed by GitHub
parent 2862cd1d30
commit 5535db273c
5 changed files with 6 additions and 11 deletions

View File

@@ -139,7 +139,6 @@ class User(JSONModel, UserMixin):
def login(self):
login_user(self)
session['user_id'] = self.id
def sign_in(self):