fixed loop error

This commit is contained in:
WeeXnes 2025-02-28 22:02:04 +01:00
parent 56fe2afb1a
commit 992ee32fa4

View file

@ -24,5 +24,5 @@ export const settings = reactive({
"libvirt",
"frp"
],
password_hash: "$2b$10$cdGQ1EqJxtTFe.E9ifZ.0O2inml3sEcLaWFyK9EdmCelmZ2l2Ez8e"
password_hash: ""
});