Browse Source

Removed old demo API key to silence GitHub secret scanning warning.

Thanks to xet7 !
Lauri Ojansivu 1 year ago
parent
commit
c22e71e3a2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/wekan-fullcalendar/fullcalendar/demos/gcal.html

+ 1 - 1
packages/wekan-fullcalendar/fullcalendar/demos/gcal.html

@@ -25,7 +25,7 @@
       // THIS KEY WON'T WORK IN PRODUCTION!!!
       // THIS KEY WON'T WORK IN PRODUCTION!!!
       // To make your own Google API key, follow the directions here:
       // To make your own Google API key, follow the directions here:
       // http://fullcalendar.io/docs/google_calendar/
       // http://fullcalendar.io/docs/google_calendar/
-      googleCalendarApiKey: 'AIzaSyDcnW6WejpTOCffshGDDb4neIrXVUA1EAE',
+      googleCalendarApiKey: '...',
 
 
       // US Holidays
       // US Holidays
       events: 'en.usa#holiday@group.v.calendar.google.com',
       events: 'en.usa#holiday@group.v.calendar.google.com',