Feat: Login with Google

This commit is contained in:
Sallu9007
2025-05-10 15:15:01 +05:30
parent 5ad34b8794
commit 6b84de9472
7 changed files with 544 additions and 3 deletions

View File

@@ -39,8 +39,12 @@
<div class="d-flex flex-row-reverse">
<a class="text-decoration-none text-danger" href="{{ route('password.request') }}">Forgot Your Password?</a>
</div>
<div class="d-flex justify-content-center align-items-center">
<button type="submit" class="btn btn-danger col-4 mt-4 ">Log in</button>
<div class="d-flex justify-content-between align-items-center">
<a href="{{ route('google.login') }}" class="btn btn-outline-danger col-6 d-flex align-items-center justify-content-center">
<img src="{{ asset('assets/frontend/logos/google-icon.svg') }}" alt="Google Icon" class="me-2" style="width: 20px; height: 20px;">
<span>Login with Google</span>
</a>
<button type="submit" class="btn btn-danger col-4">Log in</button>
</div>
</form>
</div>