src/auth/routes.py : route /auth/signup (#73)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -18,7 +18,9 @@ def app(users_db_path, monkeypatch):
|
||||
|
||||
from src.auth.setup import init_auth
|
||||
|
||||
monkeypatch.setenv("SECRET_KEY", "test-secret-key")
|
||||
app = Flask(__name__)
|
||||
app.config["WTF_CSRF_ENABLED"] = False
|
||||
init_auth(app)
|
||||
yield app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user