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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user