Updated to expose auth_app instead of app_route

This commit is contained in:
2025-10-28 20:32:30 +01:00
parent 0138ac247a
commit 5d869e3793
10 changed files with 98 additions and 53 deletions

View File

@@ -15,4 +15,5 @@ clean-build: clean-package
find . -name "*.pyo" -exec rm -f {} +
# Alias to clean everything
clean: clean-build
clean: clean-build
find . -name "UserDB" -exec rm -f {} +