mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-26 20:35:39 -06:00
fix(configure): remove duplicate password wrapper
This commit is contained in:
@@ -111,9 +111,3 @@ export const select = <T>(params: Parameters<typeof clackSelect<T>>[0]) =>
|
||||
opt.hint === undefined ? opt : { ...opt, hint: stylePromptHint(opt.hint) },
|
||||
),
|
||||
});
|
||||
/** Styled password prompt wrapper. */
|
||||
export const password = (params: Parameters<typeof clackPassword>[0]) =>
|
||||
clackPassword({
|
||||
...params,
|
||||
message: stylePromptMessage(params.message),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user