Make auth obligatory

This commit is contained in:
2024-04-19 13:19:44 +02:00
parent 350cf9d4c3
commit ea658ffe96
14 changed files with 474 additions and 119 deletions

View File

@ -2,3 +2,6 @@ format:
dart format $$(find . -type f -name '*.dart')
fix:
dart fix ./lib --apply
serve:
flutter run -d web-server --web-port 8080