diff --git a/core/app.py b/core/app.py index 8c74c00..e0420f5 100644 --- a/core/app.py +++ b/core/app.py @@ -4,7 +4,7 @@ from functools import wraps from core.forms import SignupForm, LoginForm app = Flask(__name__, template_folder="../ui/templates/") -app.config["SECRET_KEY"] = "j9573-4952-9029-1034" +app.config["SECRET_KEY"] = "" @app.before_request def logged_in_user(): @@ -61,4 +61,4 @@ def login(): password = form.username.data # Compare with database - return \ No newline at end of file + return