mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-19 17:34:45 +02:00
Force 2fa_required
to no one by default (#1058)
This commit is contained in:
parent
c3a65aed07
commit
0a17e78f33
@ -30,6 +30,7 @@ abstract class TestCase extends BaseTestCase
|
||||
// "an error occurred" message), we can probably assume that the exception isn't one that
|
||||
// is recognized as being user viewable.
|
||||
config()->set('app.debug', false);
|
||||
config()->set('panel.auth.2fa_required', 0);
|
||||
|
||||
$this->setKnownUuidFactory();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user