Skip to content
Snippets Groups Projects

merge dev into main

Merged Sandra Westerhoff requested to merge dev into main
13 files
+ 375
62
Compare changes
  • Side-by-side
  • Inline
Files
13
@@ -149,7 +149,6 @@ export default defineComponent({
this.timeToExpiry = remainingTime;
if (remainingTime !== null && remainingTime > 0) {
// Calculate the time until the warning threshold is reached and show the warning toast
const timeUntilWarning = remainingTime - this.warningThreshold;
Loading