diff --git a/.env.example b/.env.example index ec4ee0d..87f6e79 100755 --- a/.env.example +++ b/.env.example @@ -4,8 +4,9 @@ APP_KEY= APP_DEBUG=true APP_URL=http://localhost APP_LOGO="https://www.raspberrypi.org/app/uploads/2020/05/Raspberry-Pi-OS-downloads-image-150x150-1.png" +APP_AUTH_BANNER="" APP_SITEHOMEPAGE="" -# This can be your main homepage, other than this site itself +# The auth banner is a relative path # Hides IP addresses HIDE_IPS=false diff --git a/.idea/php.xml b/.idea/php.xml index f41ef1f..1a033c9 100755 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -154,12 +154,16 @@ + + + + - + - \ No newline at end of file + diff --git a/config/customization.php b/config/customization.php new file mode 100644 index 0000000..26b502a --- /dev/null +++ b/config/customization.php @@ -0,0 +1,7 @@ + env('APP_AUTH_BANNER') + +]; diff --git a/resources/views/auth/2fa.blade.php b/resources/views/auth/2fa.blade.php index 55ac02b..f9d4fae 100755 --- a/resources/views/auth/2fa.blade.php +++ b/resources/views/auth/2fa.blade.php @@ -6,7 +6,7 @@