Allow changing authentication banner

This commit is contained in:
2021-10-25 18:54:09 +01:00
parent c45751e21b
commit d5bd903c22
6 changed files with 18 additions and 6 deletions

7
config/customization.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
return [
'authbanner' => env('APP_AUTH_BANNER')
];