upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/bin/ngit/sub_commands/login.rs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-11-27 07:41:25 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2024-11-27 07:41:25 +0000
commitc92e252adc9990fa4d147bad0a8bccafc19dfbb8 (patch)
tree4bea092f25cd8c06ca0ad11a691cf623a24ff9cb /src/bin/ngit/sub_commands/login.rs
parentbdf71cb3d5a5ff8399c10c8d2492d3dd01c5fa33 (diff)
feat(export-keys): to use in other clients
as part of the easy on-boaridng flow
Diffstat (limited to 'src/bin/ngit/sub_commands/login.rs')
-rw-r--r--src/bin/ngit/sub_commands/login.rs2
1 files changed, 0 insertions, 2 deletions
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 {
25} 25}
26 26
27pub async fn launch(args: &Cli, command_args: &SubCommandArgs) -> Result<()> { 27pub async fn launch(args: &Cli, command_args: &SubCommandArgs) -> Result<()> {
28 // TODO show existing login on record, prompt to logout
29
30 let client = if command_args.offline { 28 let client = if command_args.offline {
31 None 29 None
32 } else { 30 } else {