Fix password reset dialog
This commit is contained in:
parent
5a06a37a83
commit
edd3a2fc54
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ export function* fromCookie(cookie) {
|
||||||
|
|
||||||
export function* validateResetToken() {
|
export function* validateResetToken() {
|
||||||
const Reset = this.db.Reset;
|
const Reset = this.db.Reset;
|
||||||
return yield Reset.findOne({token: this.params.id});
|
return yield Reset.findOne({token: this.params.token});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue