mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-25 06:51:08 +00:00
Fix a problem mentioned in issue #283
Signed-off-by: James Cole <thegrumpydictator@gmail.com>
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user