diff options
Diffstat (limited to 'src/bin/ngit/sub_commands/export_keys.rs')
| -rw-r--r-- | src/bin/ngit/sub_commands/export_keys.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/ngit/sub_commands/export_keys.rs b/src/bin/ngit/sub_commands/export_keys.rs index 54a716f..45b1b89 100644 --- a/src/bin/ngit/sub_commands/export_keys.rs +++ b/src/bin/ngit/sub_commands/export_keys.rs | |||
| @@ -2,9 +2,9 @@ use anyhow::{Context, Result}; | |||
| 2 | use ngit::{ | 2 | use ngit::{ |
| 3 | cli_interactor::{Interactor, InteractorPrompt, PromptChoiceParms}, | 3 | cli_interactor::{Interactor, InteractorPrompt, PromptChoiceParms}, |
| 4 | login::{ | 4 | login::{ |
| 5 | SignerInfo, SignerInfoSource, | ||
| 5 | existing::{get_signer_info, load_existing_login}, | 6 | existing::{get_signer_info, load_existing_login}, |
| 6 | fresh::generate_qr, | 7 | fresh::generate_qr, |
| 7 | SignerInfo, SignerInfoSource, | ||
| 8 | }, | 8 | }, |
| 9 | }; | 9 | }; |
| 10 | 10 | ||