fix(cli): ⚰️ Remove old placeholder code and replace it with real code

This commit is contained in:
Jesse Wierzbinski 2024-05-16 22:41:38 -10:00
parent 398da5fc3f
commit 820591dddc
No known key found for this signature in database

View file

@ -108,7 +108,7 @@ export default class UserReset extends UserFinderCommand<typeof UserReset> {
flags.raw flags.raw
? link ? link
: `\nPassword reset link for ${chalk.bold( : `\nPassword reset link for ${chalk.bold(
"@testuser", `@${user.getUser().username}`,
)}: ${chalk.underline(chalk.blue(link))}\n`, )}: ${chalk.underline(chalk.blue(link))}\n`,
); );