diff --git a/src/core.rs b/src/core.rs index 1a637fa..a8a301f 100644 --- a/src/core.rs +++ b/src/core.rs @@ -394,7 +394,7 @@ pub fn run_core() -> Subscription { let db_path = db_path.to_str().unwrap().to_string(); - // if the db file doesn't exist, call setup_db + // if the db file doesn't exist, dont call check_password if !std::path::Path::new(&db_path).exists() { info!("Database does not exist, it will be created"); } else {