mirror of
https://github.com/flarum/framework.git
synced 2025-03-02 17:51:12 +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…
x
Reference in New Issue
Block a user