refactor: allow optional database in setup, use derived default

This commit is contained in:
Ryan Walters
2025-09-18 22:58:38 -05:00
parent e2c725cb95
commit cc06cd88a1
10 changed files with 95 additions and 59 deletions

View File

@@ -64,7 +64,7 @@ impl GitHubProvider {
Arc::new(Self {
client,
http,
pkce: PkceManager::new(),
pkce: PkceManager::default(),
})
}
}