relocating security file

This commit is contained in:
msramalho
2024-10-20 19:14:13 +01:00
parent 45d76e6db8
commit d2f9f91a5c
11 changed files with 15 additions and 15 deletions

View File

@@ -4,7 +4,7 @@ from sqlalchemy import Column, or_, func
from loguru import logger
from datetime import datetime, timedelta
from security import ALLOW_ANY_EMAIL
from web.security import ALLOW_ANY_EMAIL
from shared.settings import Settings
from . import models, schemas
import yaml