new exception screen almost done

This commit is contained in:
ReinerRego
2024-03-03 23:22:53 +01:00
parent ed80d3fc62
commit efa19c672a
4 changed files with 31 additions and 23 deletions

View File

@@ -57,7 +57,7 @@ class LoginScreenState extends State<LoginScreen> {
systemNavigationBarIconBrightness: Brightness.dark,
));
FilcAPI.getSchools().then((schools) {
reFilcAPI.getSchools().then((schools) {
if (schools != null) {
schoolController.update(() {
schoolController.schools = schools;