meeting-scheduler-npm-package 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs.js CHANGED
@@ -489,7 +489,7 @@ function IoIosArrowBack (props) {
489
489
  }
490
490
 
491
491
  const daysOfWeek = ["SUN", "MON", "TUE", "WED", "THU", "FRI", "SAT"];
492
- const MeetingScheduler = ({ userId = 1, availabilityId = 1, authToken: propAuthToken, email = "superadmin1@gmail.com", password = "password", apiBase, onSuccess, onError, }) => {
492
+ const MeetingScheduler = ({ userId = 1, availabilityId = 1, authToken: propAuthToken, email = "superadmin1@example.com", password = "password", apiBase, onSuccess, onError, }) => {
493
493
  const [currentMonth, setCurrentMonth] = React.useState(new Date());
494
494
  const [selectedDate, setSelectedDate] = React.useState(null);
495
495
  const [availableSlots, setAvailableSlots] = React.useState([]);