mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-03 19:57:29 +01:00
Fix crash on login with redirect
This commit is contained in:
parent
c37f589765
commit
3ed73c4145
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user