mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-15 16:22:25 +02:00
Apply Pint fixes
This commit is contained in:
@ -36,7 +36,7 @@ class RejectIfSsoOnlyAndNotForAdminMiddlewareTest extends FeatureTestCase
|
||||
|
||||
$this->user = User::factory()->create();
|
||||
$this->admin = User::factory()->administrator()->create([
|
||||
'password' => self::PASSWORD
|
||||
'password' => self::PASSWORD,
|
||||
]);
|
||||
|
||||
Settings::set('useSsoOnly', true);
|
||||
|
Reference in New Issue
Block a user