diff --git a/src/app.rs b/src/app.rs index 6c97202..8fae43f 100644 --- a/src/app.rs +++ b/src/app.rs @@ -829,7 +829,7 @@ impl Damus { timelines, textmode: false, ndb: Ndb::new(data_path.as_ref().to_str().expect("db path ok"), &config).expect("ndb"), - account_manager: AccountManager::new(None, determine_key_storage_type()), + account_manager: AccountManager::new(None, KeyStorageType::None), frame_history: FrameHistory::default(), show_account_switcher: false, show_global_popup: true,