mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-12 05:23:43 +00:00
chore: Enable more lint rules, disable some that trigger a lot. Will clean up later.
This commit is contained in:
@@ -42,10 +42,10 @@ export async function promptAuthChoiceGrouped(params: {
|
||||
continue;
|
||||
}
|
||||
|
||||
const methodSelection = (await params.prompter.select({
|
||||
const methodSelection = await params.prompter.select({
|
||||
message: `${group.label} auth method`,
|
||||
options: [...group.options, { value: BACK_VALUE, label: "Back" }],
|
||||
})) as string;
|
||||
});
|
||||
|
||||
if (methodSelection === BACK_VALUE) {
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user