merge from main

This commit is contained in:
Kenneth Kehl
2024-07-12 10:09:48 -07:00
5 changed files with 133 additions and 123 deletions

View File

@@ -79,5 +79,4 @@ def activate_user(user_id):
else:
activated_user = user.activate()
activated_user.login()
return redirect(url_for("main.add_service", first="first"))