@if(config('devdojo.auth.settings.dev_mode')) @vite(['packages/devdojo/auth/resources/css/auth.css', 'packages/devdojo/auth/resources/css/auth.js']) @else @endif @php $buttonRGBColor = \Devdojo\Auth\Helper::convertHexToRGBString(config('devdojo.auth.appearance.color.button')); $inputBorderRGBColor = \Devdojo\Auth\Helper::convertHexToRGBString(config('devdojo.auth.appearance.color.input_border')); @endphp @if(file_exists(public_path('auth/app.css'))) @endif @stack('devdojo-auth-head-scripts')