1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 20:19:30 +00:00

Implemented User getter

This commit is contained in:
2022-02-14 10:29:35 +00:00
parent 275c503d3c
commit e38135cb6c

View File

@@ -42,7 +42,7 @@ class PasswordReset {
}
get user() {
return new (require('./User'))(null, this.userId);
}
static async hashToken(u) {