Registration changes should be instant now

This commit is contained in:
Cadence Ember
2026-03-25 16:22:37 +13:00
parent f742d8572a
commit e9fe820666

View File

@@ -13,5 +13,5 @@ const {prompt} = require("enquirer")
reg.ooye.web_password = passwordResponse.web_password
writeRegistration(reg)
console.log("Saved. Restart Out Of Your Element to apply this change.")
console.log("Saved. This change should be applied instantly.")
})()