UPDATE: final cleanup of backend code

This commit is contained in:
white
2025-03-02 16:01:22 +00:00
parent fc934a57ff
commit 7d08432a60
3 changed files with 3 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ from typing import Optional
from dotenv import load_dotenv
from os import getenv
from werkzeug.security import generate_password_hash
load_dotenv()
serializer = URLSafeTimedSerializer(getenv("AUTH_SECRET_KEY"))