1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 13:23:34 +00:00

[PM-18943] Update New Device OTP Prompt message for CLI (#13780)

* fix(newDeviceVerification): updating prompt for new device OTP in the CLI
This commit is contained in:
Ike
2025-03-12 10:31:05 -04:00
committed by GitHub
parent 83de125ae9
commit c0f9754bdf

View File

@@ -321,7 +321,7 @@ export class LoginCommand {
})({
type: "input",
name: "token",
message: "New device login code:",
message: "New device verification required. Enter OTP sent to login email:",
});
newDeviceToken = answer.token;
}