mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +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:
@@ -321,7 +321,7 @@ export class LoginCommand {
|
|||||||
})({
|
})({
|
||||||
type: "input",
|
type: "input",
|
||||||
name: "token",
|
name: "token",
|
||||||
message: "New device login code:",
|
message: "New device verification required. Enter OTP sent to login email:",
|
||||||
});
|
});
|
||||||
newDeviceToken = answer.token;
|
newDeviceToken = answer.token;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user