Forgot Password?
Enter your email or username to reset your password
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif
You can use either your email address or username to recover your account.
@csrf
Email or Username
@error('identifier')
{{ $message }}
@enderror
Continue
Back to Login