From 728f9a6e762dbf3570562e8152c0a795527ed075 Mon Sep 17 00:00:00 2001 From: Mart van Santen <mart@greenhost.nl> Date: Wed, 22 Feb 2023 20:22:20 +0800 Subject: [PATCH] Merged and added identifie --- backend/web/login/login.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/web/login/login.py b/backend/web/login/login.py index 12d4ff1a..6f86ccf9 100644 --- a/backend/web/login/login.py +++ b/backend/web/login/login.py @@ -4,6 +4,8 @@ Hydra for OIDC sessions and MariaDB for application and role specifications. The application provides also several command line options to interact with the user entries in the database(s)""" +# 2022-02-22-20:22 + import urllib.parse import urllib.request import ast -- GitLab