mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix a problem mentioned in issue #283
Signed-off-by: James Cole <thegrumpydictator@gmail.com>
This commit is contained in:
parent
bcfe2c6410
commit
47376f1f35
@ -178,7 +178,7 @@ class AuthController extends Controller
|
|||||||
*/
|
*/
|
||||||
protected function getBlockedDomains()
|
protected function getBlockedDomains()
|
||||||
{
|
{
|
||||||
return FireflyConfig::get('blocked-domains')->data;
|
return FireflyConfig::get('blocked-domains', [])->data;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user