Added comments
All checks were successful
continuous-integration/drone/pr Build is passing

ref #40
This commit is contained in:
2020-12-22 11:48:06 +01:00
parent 9458b774ea
commit 146787fd66
3 changed files with 7 additions and 3 deletions

View File

@@ -7,7 +7,8 @@ import { IllegalJWTError, JwtNotProvidedError, PasswordNeededError, RefreshToken
import { User } from '../entities/User';
/**
* TODO:
* This class can be used to reset a user's password.
* To set a new password the user needs to provide a valid password reset token.
*/
export class ResetPassword {
/**