Skip to content

Commit 310325d

Browse files
committed
fix(auth): drop recovery fallback from settings slice
1 parent d0a80b5 commit 310325d

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

lib/cli.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -225,14 +225,6 @@ async function promptLoginModeFallback(
225225
}
226226
return { mode: "reset" };
227227
}
228-
if (
229-
normalized === "u" ||
230-
normalized === "restore" ||
231-
normalized === "backup" ||
232-
normalized === "restore-backup"
233-
) {
234-
return { mode: "restore-backup" };
235-
}
236228
if (normalized === "c" || normalized === "check")
237229
return { mode: "check" };
238230
if (normalized === "d" || normalized === "deep") {

0 commit comments

Comments
 (0)