mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
refer to another authentication guard.
This commit is contained in:
parent
346478622b
commit
3ddbb282d7
@ -36,7 +36,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'guard' => ['web'],
|
||||
'guard' => [env('AUTHENTICATION_GUARD', 'web')],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user