mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 00:02:15 +00:00
added current password to the password changing form
This commit is contained in:
@@ -268,7 +268,7 @@ class SignFlowTest extends TestCase
|
||||
public function it_login_user()
|
||||
{
|
||||
$user = User::factory()
|
||||
->create(['email' => 'john@doe.com']);
|
||||
->create();
|
||||
|
||||
$this->postJson('/login', [
|
||||
'email' => $user->email,
|
||||
|
||||
Reference in New Issue
Block a user