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/bin/ngit/sub_commands/login.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/bin/ngit/sub_commands/login.rs') diff --git a/src/bin/ngit/sub_commands/login.rs b/src/bin/ngit/sub_commands/login.rs index ff58ec6..afde145 100644 --- a/src/bin/ngit/sub_commands/login.rs +++ b/src/bin/ngit/sub_commands/login.rs @@ -25,8 +25,6 @@ pub struct SubCommandArgs { } pub async fn launch(args: &Cli, command_args: &SubCommandArgs) -> Result<()> { - // TODO show existing login on record, prompt to logout - let client = if command_args.offline { None } else { -- cgit v1.2.3