From c92e252adc9990fa4d147bad0a8bccafc19dfbb8 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 27 Nov 2024 07:41:25 +0000 Subject: feat(export-keys): to use in other clients as part of the easy on-boaridng flow --- src/lib/login/existing.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/login/existing.rs') diff --git a/src/lib/login/existing.rs b/src/lib/login/existing.rs index 872e459..f5b93c7 100644 --- a/src/lib/login/existing.rs +++ b/src/lib/login/existing.rs @@ -60,7 +60,7 @@ pub async fn load_existing_login( } /// priority order: cli arguments, local git config, global git config -fn get_signer_info( +pub fn get_signer_info( git_repo: &Option<&Repo>, signer_info: &Option, password: &Option, -- cgit v1.2.3