Skip to content

Commit 351a277

Browse files
authored
Update simple-login-component.blade.php
1 parent 83fc47e commit 351a277

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

resources/stubs/onlyLogin/livewire/authentication/login/simple-login-component.blade.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,6 @@ class="form-control" id="password" aria-describedby="password"
6464
<div class="d-flex justify-content-center">
6565
<button type="submit" class="btn btn-primary">Sign In</button>
6666
</div>
67-
<p class="mt-3 text-center">
68-
Don’t have an account?
69-
<a href="{{ route('register') }}" class="text-underline">
70-
Click here
71-
to sign up.</a>
72-
</p>
7367
</form>
7468
</div>
7569
</div>

0 commit comments

Comments
 (0)