This repository has been archived by the owner on Aug 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix tests for new jetstream livewire
- Loading branch information
1 parent
89566a4
commit f7d8203
Showing
25 changed files
with
224 additions
and
224 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
<x-guest-layout> | ||
<x-jet-authentication-card> | ||
<x-authentication-card> | ||
<x-slot name="logo"> | ||
<x-jet-authentication-card-logo/> | ||
<x-authentication-card-logo/> | ||
</x-slot> | ||
|
||
<div class="mb-4 text-sm text-gray-600"> | ||
{{ __('This is a secure area of the application. Please confirm your password before continuing.') }} | ||
</div> | ||
|
||
<x-jet-validation-errors class="mb-4"/> | ||
<x-validation-errors class="mb-4"/> | ||
|
||
<form method="POST" action="{{ route('password.confirm') }}"> | ||
@csrf | ||
|
||
<div> | ||
<x-jet-label for="password" value="{{ __('Password') }}"/> | ||
<x-jet-input id="password" class="block mt-1 w-full" type="password" name="password" required | ||
<x-label for="password" value="{{ __('Password') }}"/> | ||
<x-input id="password" class="block mt-1 w-full" type="password" name="password" required | ||
autocomplete="current-password" autofocus/> | ||
</div> | ||
|
||
<div class="flex justify-end mt-4"> | ||
<x-jet-button class="ml-4"> | ||
<x-button class="ml-4"> | ||
{{ __('Confirm') }} | ||
</x-jet-button> | ||
</x-button> | ||
</div> | ||
</form> | ||
</x-jet-authentication-card> | ||
</x-authentication-card> | ||
</x-guest-layout> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.