05/07 Phase 3: fixed tenant's appoinment page error
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user