From a82546b70303000b4fc053a1ee21d3d8c7d6ad66 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 28 Jun 2024 15:16:43 +0100 Subject: feat(login): login with nip46 remote signer and save details in git config --- src/sub_commands/push.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/sub_commands/push.rs') diff --git a/src/sub_commands/push.rs b/src/sub_commands/push.rs index 92c1c18..3c471c0 100644 --- a/src/sub_commands/push.rs +++ b/src/sub_commands/push.rs @@ -150,6 +150,8 @@ pub async fn launch(cli_args: &Cli, args: &SubCommandArgs) -> Result<()> { let (signer, user_ref) = login::launch( &git_repo, + &cli_args.bunker_uri, + &cli_args.bunker_app_key, &cli_args.nsec, &cli_args.password, Some(&client), -- cgit v1.2.3