Add redirect drop metadata and warning UI (#418)

This commit is contained in:
Gregory Schier
2026-03-05 06:14:11 -08:00
committed by GitHub
parent 615f3134d2
commit 88f5f0e045
12 changed files with 292 additions and 71 deletions

View File

@@ -47,8 +47,7 @@ impl CliContext {
std::process::exit(1);
}
};
let encryption_manager =
Arc::new(EncryptionManager::new(query_manager.clone(), app_id));
let encryption_manager = Arc::new(EncryptionManager::new(query_manager.clone(), app_id));
Self {
data_dir,