Force 2fa_required to no one by default (#1058)

This commit is contained in:
MartinOscar 2025-03-07 02:53:29 +01:00 committed by GitHub
parent c3a65aed07
commit 0a17e78f33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,6 +30,7 @@ abstract class TestCase extends BaseTestCase
// "an error occurred" message), we can probably assume that the exception isn't one that // "an error occurred" message), we can probably assume that the exception isn't one that
// is recognized as being user viewable. // is recognized as being user viewable.
config()->set('app.debug', false); config()->set('app.debug', false);
config()->set('panel.auth.2fa_required', 0);
$this->setKnownUuidFactory(); $this->setKnownUuidFactory();