Feat: Login with Google
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user