Skip to content

Commit 66c1c76

Browse files
alexjurkiewiczPierreBeucher
authored andcommitted
fix: stop logging generated sunshine password
1 parent 6bb98cc commit 66c1c76

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/cli/prompter.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,6 @@ export abstract class AbstractInputPrompter<
431431

432432
if(sunshinePassword.length == 0){
433433
const generated = crypto.randomBytes(16).toString('hex')
434-
console.info(`Generated Sunshine Web UI password: ${generated}`)
435434
return Buffer.from(generated).toString('base64')
436435
}
437436

@@ -602,4 +601,4 @@ export function inputToHumanReadableString(args?: PartialDeep<CommonInstanceInpu
602601
const provision = humanReadableArgs(args?.configuration)
603602
const configuration = humanReadableArgs(args?.provision)
604603
return `${provision}\n ${configuration}`
605-
}
604+
}

0 commit comments

Comments
 (0)