From c0f9754bdf126075e7ff11f555a3735ec9196009 Mon Sep 17 00:00:00 2001 From: Ike <137194738+ike-kottlowski@users.noreply.github.com> Date: Wed, 12 Mar 2025 10:31:05 -0400 Subject: [PATCH] [PM-18943] Update New Device OTP Prompt message for CLI (#13780) * fix(newDeviceVerification): updating prompt for new device OTP in the CLI --- apps/cli/src/auth/commands/login.command.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cli/src/auth/commands/login.command.ts b/apps/cli/src/auth/commands/login.command.ts index 985816fb0dd..1851e8fe9c7 100644 --- a/apps/cli/src/auth/commands/login.command.ts +++ b/apps/cli/src/auth/commands/login.command.ts @@ -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; }