04/22 user dashboard view, no credentials popup automatically
This commit is contained in:
@@ -75,6 +75,12 @@ class App(tk.Tk):
|
||||
# Re-open setup so the user can correct the credentials
|
||||
self._show_setup(on_complete=self._init_db)
|
||||
return
|
||||
# Encrypt any plain-text credentials in config.ini (one-time migration)
|
||||
try:
|
||||
from config import migrate_plaintext_config
|
||||
migrate_plaintext_config()
|
||||
except Exception as e:
|
||||
logger.warning(f"Config migration skipped: {e}")
|
||||
self._show_login()
|
||||
|
||||
def _show_login(self):
|
||||
|
||||
Reference in New Issue
Block a user