Skip to content

Commit

Permalink
update login links
Browse files Browse the repository at this point in the history
  • Loading branch information
riasvdv committed Nov 25, 2024
1 parent f47cef4 commit 4c9d6c2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="flex-grow w-full">
<div class="grid grid-cols-1 sm:grid-cols-2 gap-12">
<div>
<a href="{{ route('github-login') }}" onclick="event.preventDefault(); showGitHubAuthWindow()">
<a href="https://spatie.be/login/github" onclick="event.preventDefault(); showGitHubAuthWindow()">
<x-button class="bg-bf-brown">
<span class="-ml-4 mr-3 icon w-5 mb-1 opacity">
{{ app_svg('github') }}
Expand All @@ -20,7 +20,7 @@
</div>
</div>

<form class="space-y-6" action="{{ route('login') }}?redirect={{ request()->url() }}" method="POST">
<form class="space-y-6" action="https://spatie.be/login?redirect={{ request()->url() }}" method="POST">
@csrf

<x-field>
Expand Down

0 comments on commit 4c9d6c2

Please sign in to comment.