We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bb98cc commit 66c1c76Copy full SHA for 66c1c76
1 file changed
src/cli/prompter.ts
@@ -431,7 +431,6 @@ export abstract class AbstractInputPrompter<
431
432
if(sunshinePassword.length == 0){
433
const generated = crypto.randomBytes(16).toString('hex')
434
- console.info(`Generated Sunshine Web UI password: ${generated}`)
435
return Buffer.from(generated).toString('base64')
436
}
437
@@ -602,4 +601,4 @@ export function inputToHumanReadableString(args?: PartialDeep<CommonInstanceInpu
602
601
const provision = humanReadableArgs(args?.configuration)
603
const configuration = humanReadableArgs(args?.provision)
604
return `${provision}\n ${configuration}`
605
-}
+}
0 commit comments