feat: implement mandatory login on startup and set roman password
Some checks failed
Release Binaries / release (push) Has been cancelled

This commit is contained in:
Gemini AI
2025-12-29 01:25:43 +04:00
Unverified
parent 8474be8559
commit dc21ade84e
5 changed files with 295 additions and 103 deletions

View File

@@ -481,6 +481,8 @@ if (isMac) {
}
app.whenReady().then(() => {
clearGuestUsers()
logoutActiveUser()
ensureDefaultUsers()
applyUserEnvToCli()
startCli()