Update app.js

This commit is contained in:
oliver
2026-06-13 06:06:03 -03:00
parent 19b2edccf1
commit 5309db7e12
+1 -1
View File
@@ -1006,7 +1006,7 @@ async function savePassword() {
const ok = await confirmDialog( const ok = await confirmDialog(
"Your Hermes & Root Password", "Your Hermes & Root Password",
"This will immediately update the root password on your server. Make sure to save it somewhere safe. Continue?", "This will immediately update the root password on your server (the dashboard user is <b>root</b>). Make sure to save it somewhere safe.\n\nNote: You will need to restart the server for the dashboard password to take effect. Continue?",
); );
if (!ok) { if (!ok) {