From 820591dddcef3878045a3071d6bd967d015ac911 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Thu, 16 May 2024 22:41:38 -1000 Subject: [PATCH] fix(cli): :coffin: Remove old placeholder code and replace it with real code --- cli/commands/user/reset.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/commands/user/reset.ts b/cli/commands/user/reset.ts index b382b4fd..c767929d 100644 --- a/cli/commands/user/reset.ts +++ b/cli/commands/user/reset.ts @@ -108,7 +108,7 @@ export default class UserReset extends UserFinderCommand { flags.raw ? link : `\nPassword reset link for ${chalk.bold( - "@testuser", + `@${user.getUser().username}`, )}: ${chalk.underline(chalk.blue(link))}\n`, );