fix title with paranoia set

This commit is contained in:
2023-12-02 14:10:24 +01:00
parent 50209a10cd
commit 0fc156b3be
+1 -1
View File
@@ -76,7 +76,7 @@ export default class UI {
}
this.rootObject.getElementById('timer').innerHTML = formattedRemaining
this.rootObject.title = `${remaining} - ${next.location} - SSO Timer`
this.rootObject.title = `${formattedRemaining} - ${next.location} - SSO Timer`
}
// TODO: refactor to builder