mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Remove no longer necessary temp fix for Flask-login
This commit is contained in:
parent
c006e5088d
commit
87d2f04eb8
1 changed files with 0 additions and 7 deletions
|
|
@ -40,13 +40,6 @@ from flask import (
|
|||
send_file,
|
||||
url_for,
|
||||
)
|
||||
|
||||
import werkzeug
|
||||
|
||||
# ? Temp fix to support werkzeug>=3.0.0 with flask_login
|
||||
werkzeug.urls.url_decode = werkzeug.urls._unquote_query
|
||||
werkzeug.urls.url_encode = werkzeug.urls._urlencode
|
||||
|
||||
from flask_login import (
|
||||
current_user,
|
||||
LoginManager,
|
||||
|
|
|
|||
Loading…
Reference in a new issue