Allow changing authentication banner
This commit is contained in:
7
config/customization.php
Normal file
7
config/customization.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'authbanner' => env('APP_AUTH_BANNER')
|
||||
|
||||
];
|
Reference in New Issue
Block a user