05/07 Phase 3: fixed tenant's appoinment page error

This commit is contained in:
2026-05-07 15:53:40 -04:00
parent bac9f7ee2c
commit 61a1b83688
2 changed files with 3 additions and 8 deletions
+1 -1
View File
@@ -228,4 +228,4 @@ def _user_db_id():
uid_str = current_user.get_id()
return int(uid_str.split(":")[1]) if uid_str and ":" in uid_str else None
except Exception:
return None
return None