mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 00:18:19 +01:00
fix(cli): ⚰️ Remove old placeholder code and replace it with real code
This commit is contained in:
parent
398da5fc3f
commit
820591dddc
|
|
@ -108,7 +108,7 @@ export default class UserReset extends UserFinderCommand<typeof UserReset> {
|
|||
flags.raw
|
||||
? link
|
||||
: `\nPassword reset link for ${chalk.bold(
|
||||
"@testuser",
|
||||
`@${user.getUser().username}`,
|
||||
)}: ${chalk.underline(chalk.blue(link))}\n`,
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue