|
|
@ -1919,7 +1919,7 @@
|
|
|
|
// Check to see if user has updated their clock to current time
|
|
|
|
// Check to see if user has updated their clock to current time
|
|
|
|
clockSynced = await window.setClockParams();
|
|
|
|
clockSynced = await window.setClockParams();
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
log.info('setClockParams not loaded yet');
|
|
|
|
window.log.info('setClockParams not loaded yet');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (clockSynced) {
|
|
|
|
if (clockSynced) {
|
|
|
|
toastOptions.title = i18n('clockOutOfSync');
|
|
|
|
toastOptions.title = i18n('clockOutOfSync');
|
|
|
|