This commit is contained in:
phil 2024-01-03 15:29:24 +05:30
parent f04aac5667
commit 653a7cbc05

View file

@ -14,7 +14,7 @@ from gisaf.models.authentication import User
from gisaf.redis_tools import store as redis_store from gisaf.redis_tools import store as redis_store
from gisaf.live import live_server from gisaf.live import live_server
from gisaf.registry import registry from gisaf.registry import registry
from gisaf.security import get_current_active_user, can_view from gisaf.security import get_current_active_user
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)