Skip to content

Commit

Permalink
cleanup code
Browse files Browse the repository at this point in the history
  • Loading branch information
Berczi Sandor committed Jan 20, 2023
1 parent 8c5fcc9 commit 68ea5f9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pages/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,6 @@ export default {
this.settings.keepDataPeriodDays = 180;
}
if (this.settings.toastErrorTimeoutSecs === undefined) {
this.settings.toastErrorTimeoutSecs = 60;
}
if (this.settings.tlsExpiryNotifyDays === undefined) {
this.settings.tlsExpiryNotifyDays = [ 7, 14, 21 ];
}
Expand Down

0 comments on commit 68ea5f9

Please sign in to comment.