This PR fixes when starting the app; the database is never created.
Test Plan
running just run, the app starts correctly; if no database file exists, it is created after entering a password.
If the database already exists and the wrong password is entered, the app shows an "invalid password" message.
This PR fixes when starting the app; the database is never created.
Test Plan running
just run
, the app starts correctly; if no database file exists, it is created after entering a password. If the database already exists and the wrong password is entered, the app shows an "invalid password" message.