Skip to content

Commit d4052ed

Browse files
Fix: save privkey before git push test
1 parent 1a76326 commit d4052ed

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -823,6 +823,9 @@ <h2>Add Repository</h2>
823823
return;
824824
}
825825

826+
// Save privkey first so pushRepo can access it
827+
setPrivkey(privkey);
828+
826829
setGitTesting(true);
827830
setGitTestResult(null);
828831

0 commit comments

Comments
 (0)