fix: warn static code analysis

This commit is contained in:
Pietro Tamburini 2024-04-29 16:04:40 +02:00
parent 8ab5c35a3d
commit 476b9ad558
No known key found for this signature in database
GPG Key ID: FDD41DE51E2B1ABB
2 changed files with 2 additions and 2 deletions

View File

@ -207,7 +207,7 @@ export default {
},
submit: async function () {
try {
let res = null;
let res;
if (!this.time) {
res = await api.create(this.url, this.password);

View File

@ -374,7 +374,7 @@ body.rtl .card .card-action {
color: var(--textPrimary);
vertical-align: middle;
line-height: 1.4;
font-family: "Material Icons";
font-family: "Material Icons", serif;
font-size: 1.75em;
margin-right: 0.25em;
}