Skip to content

Commit

Permalink
Remove target=“_blank” on registration link
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed Jan 12, 2025
1 parent 48cc77e commit 1f0b59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/auth/login.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
@if (Route::has('register') and Config::get('urlhub.registration'))
<div class="mt-6 text-center text-sm text-gray-600">
Don't have an account?
<a href="{{ route('register') }}" target="_blank" class="text-primary-600 hover:text-primary-500 font-medium">Sign up</a>
<a href="{{ route('register') }}" class="text-primary-600 hover:text-primary-500 font-medium">Sign up</a>
</div>
@endif
</div>
Expand Down

0 comments on commit 1f0b59a

Please sign in to comment.