mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 17:59:25 +00:00
Implemented User getter
This commit is contained in:
@@ -42,7 +42,7 @@ class PasswordReset {
|
||||
}
|
||||
|
||||
get user() {
|
||||
|
||||
return new (require('./User'))(null, this.userId);
|
||||
}
|
||||
|
||||
static async hashToken(u) {
|
||||
|
||||
Reference in New Issue
Block a user