From 6f694a96a79a7e8c67b42239dd5843eb2f45f6a4 Mon Sep 17 00:00:00 2001 From: Bill Church Date: Wed, 21 Aug 2024 19:31:56 +0000 Subject: [PATCH] chore: linting --- app/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/constants.js b/app/constants.js index 725790f..7a2c40b 100644 --- a/app/constants.js +++ b/app/constants.js @@ -53,7 +53,7 @@ const HTTP = { PATH: "/ssh/host/", SAMESITE: "Strict", SESSION_SID: "webssh2_sid", - CREDS_CLEARED: "Credentials cleared.", + CREDS_CLEARED: "Credentials cleared." } module.exports = {