You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The backend API does not validate user inputs before saving them to the database. Implement proper validation (e.g., required fields, valid date format, numeric duration) to prevent invalid or malicious data.
The backend API does not validate user inputs before saving them to the database. Implement proper validation (e.g., required fields, valid date format, numeric duration) to prevent invalid or malicious data.