mirror of
https://github.com/flarum/framework.git
synced 2024-12-03 07:33:36 +08:00
Fix reset password
This commit is contained in:
parent
f2f9c3c21c
commit
fbdfeeec85
|
@ -49,7 +49,7 @@ class ResetPasswordController extends AbstractHtmlController
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this->view->make('flarum.forum::reset-password')
|
return $this->view->make('flarum.forum::reset-password')
|
||||||
->with('passwordToken', $token->id)
|
->with('passwordToken', $token->token)
|
||||||
->with('csrfToken', $request->getAttribute('session')->token());
|
->with('csrfToken', $request->getAttribute('session')->token());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user