From 992ee32fa4b3a425acea1835596d8627fef8d29f Mon Sep 17 00:00:00 2001 From: WeeXnes Date: Fri, 28 Feb 2025 22:02:04 +0100 Subject: [PATCH] fixed loop error --- panel.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panel.config.ts b/panel.config.ts index 1f71c42..e0b5ecc 100644 --- a/panel.config.ts +++ b/panel.config.ts @@ -24,5 +24,5 @@ export const settings = reactive({ "libvirt", "frp" ], - password_hash: "$2b$10$cdGQ1EqJxtTFe.E9ifZ.0O2inml3sEcLaWFyK9EdmCelmZ2l2Ez8e" + password_hash: "" }); \ No newline at end of file