mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-21 12:34:26 +00:00
css and stuffs
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
@env('local') value="test@example.com" @endenv autofocus />
|
||||
<input type="password" name="password" placeholder="{{ __('input.password') }}"
|
||||
@env('local') value="password" @endenv />
|
||||
<x-inputs.button isBold type="submit">{{ __('auth.login') }}</x-inputs.button>
|
||||
<x-inputs.button type="submit">{{ __('auth.login') }}</x-inputs.button>
|
||||
</form>
|
||||
@if ($errors->any())
|
||||
<div class="alert alert-danger">
|
||||
|
||||
Reference in New Issue
Block a user