mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
fix(cli): ⚰️ Remove old placeholder code and replace it with real code
This commit is contained in:
parent
398da5fc3f
commit
820591dddc
1 changed files with 1 additions and 1 deletions
|
|
@ -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`,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue