mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-14 15:58:36 +02:00
Allow PAT usage while useSsoOnly is enabled - Resolves #474
This commit is contained in:
@ -29,6 +29,7 @@ class SinglePageController extends Controller
|
||||
'disableRegistration',
|
||||
'enableSso',
|
||||
'useSsoOnly',
|
||||
'allowPatWhileSsoOnly',
|
||||
]);
|
||||
$settings = $appSettings->map(function (mixed $item, string $key) {
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user