mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-01-22 22:30:05 +01:00
Fix User data in Testing seeder
This commit is contained in:
parent
27a091630c
commit
558fd4d9ea
@ -17,8 +17,8 @@ class TestingSeeder extends Seeder
|
||||
public function run()
|
||||
{
|
||||
User::create([
|
||||
'name' => 'tester',
|
||||
'email' => 'tester@2fauth.app',
|
||||
'name' => 'Tester',
|
||||
'email' => 'testing@2fauth.app',
|
||||
'password' => bcrypt('password'),
|
||||
]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user