We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1516f8e commit 5ed3c1aCopy full SHA for 5ed3c1a
1 file changed
database/seeders/UserSeeder.php
@@ -70,7 +70,7 @@ public function run(ClientRepository $clients)
70
$clients->createPasswordGrantClient(
71
'Password Grant',
72
null, // provider
73
- false // confidential
+ true // confidential (must be true as database requires secret to be NOT NULL)
74
);
75
}
76
0 commit comments