auth ui changed
This commit is contained in:
@@ -3,22 +3,23 @@
|
||||
@section('content')
|
||||
<div class="login-section flex justify-between items-center h-screen">
|
||||
<div class="h-full">
|
||||
<img src="/assets/images/login-bg.jpg" class="max-w-2xl h-full object-cover">
|
||||
<img src="/assets/images/login-bg.jpg" class="max-w-4xl h-full object-cover">
|
||||
</div>
|
||||
<div>
|
||||
<div class="logo">
|
||||
<img src="assets/images/logo-login.png" width="150px">
|
||||
{{-- <div class="mx-auto py-2 max-w-md flex justify-center">
|
||||
<span class="text-3xl text-center">{{ __('Forgot your password?') }}</span>
|
||||
</div> --}}
|
||||
<img src="assets/images/logo-login.png" width="100px">
|
||||
</div>
|
||||
<form
|
||||
method="POST"
|
||||
action="{{ route('reset-password') }}"
|
||||
onsubmit="event.preventDefault();resetPassword(event)"
|
||||
class="bg-white dark:bg-gray-800 shadow rounded-lg p-8 w-[25rem] mx-auto"
|
||||
class="bg-white dark:bg-gray-800 rounded-lg p-8 w-[25rem] mx-auto"
|
||||
>
|
||||
@csrf
|
||||
<div class="mx-auto py-2 max-w-md flex justify-center">
|
||||
<span class="text-3xl text-center">{{ __('Forgot your password?') }}</span>
|
||||
</div>
|
||||
|
||||
<h2 class="text-2xl text-center font-normal mb-6">{{ __('Enter your username to continue') }}</h2>
|
||||
<svg class="block mx-auto mb-6" xmlns="http://www.w3.org/2000/svg" width="100" height="2" viewBox="0 0 100 2">
|
||||
<path fill="#D8E3EC" d="M0 0h100v2H0z"></path>
|
||||
|
||||
Reference in New Issue
Block a user