Additional links on login and register pages to go to the inverse.
This commit is contained in:
parent
e8348252f9
commit
b8b75854d2
|
|
@ -9,6 +9,10 @@
|
||||||
<x-auth.rememberme-forgotpassword />
|
<x-auth.rememberme-forgotpassword />
|
||||||
<x-auth.form-button>Log In</x-auth.form-button>
|
<x-auth.form-button>Log In</x-auth.form-button>
|
||||||
</form>
|
</form>
|
||||||
|
<div class="pt-4 border-t border-gray-900/10 mt-4">
|
||||||
|
Don't have an account? <a href="/register" class="font-semibold text-indigo-600 hover:text-indigo-500"> Click here to register.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</x-layout.guest>
|
</x-layout.guest>
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,9 @@
|
||||||
<x-auth.form-field name="password_confirmation" label="Confirm Password" autocomplete="new-password" type="password" required />
|
<x-auth.form-field name="password_confirmation" label="Confirm Password" autocomplete="new-password" type="password" required />
|
||||||
<x-auth.form-button>Create Account</x-auth.form-button>
|
<x-auth.form-button>Create Account</x-auth.form-button>
|
||||||
</form>
|
</form>
|
||||||
|
<div class="pt-4 border-t border-gray-900/10 mt-4">
|
||||||
|
Already have an account? <a href="/login" class="font-semibold text-indigo-600 hover:text-indigo-500"> Click here to Log In.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</x-layout.guest>
|
</x-layout.guest>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue