Fix crash on login with redirect

This commit is contained in:
rubenwardy 2021-02-11 23:26:23 +00:00
parent c37f589765
commit 3ed73c4145
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
from urllib.parse import urljoin
from urllib.parse import urljoin, urlparse
import user_agents
from flask import request, abort