diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-11-27 07:41:25 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-11-27 07:41:25 +0000 |
| commit | c92e252adc9990fa4d147bad0a8bccafc19dfbb8 (patch) | |
| tree | 4bea092f25cd8c06ca0ad11a691cf623a24ff9cb /src/lib/login/existing.rs | |
| parent | bdf71cb3d5a5ff8399c10c8d2492d3dd01c5fa33 (diff) | |
feat(export-keys): to use in other clients
as part of the easy on-boaridng flow
Diffstat (limited to 'src/lib/login/existing.rs')
| -rw-r--r-- | src/lib/login/existing.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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( | |||
| 60 | } | 60 | } |
| 61 | 61 | ||
| 62 | /// priority order: cli arguments, local git config, global git config | 62 | /// priority order: cli arguments, local git config, global git config |
| 63 | fn get_signer_info( | 63 | pub fn get_signer_info( |
| 64 | git_repo: &Option<&Repo>, | 64 | git_repo: &Option<&Repo>, |
| 65 | signer_info: &Option<SignerInfo>, | 65 | signer_info: &Option<SignerInfo>, |
| 66 | password: &Option<String>, | 66 | password: &Option<String>, |