git: config.terminalAuthentication

This commit is contained in:
João Moreno
2020-04-27 14:51:24 +02:00
parent bc9854b494
commit 54d8261f93
4 changed files with 10 additions and 5 deletions

View File

@@ -29,7 +29,6 @@ export interface IIPCHandler {
export async function createIPCServer(context?: string): Promise<IIPCServer> {
const server = http.createServer();
const hash = crypto.createHash('sha1');
if (!context) {