feat(auth): implement Google OAuth2 authentication flow #211

Merged
csimonis merged 6 commits from feat/google-oauth into main 2025-05-21 10:00:57 +00:00
Showing only changes of commit 64ee19f930 - Show all commits

View file

@ -109,7 +109,7 @@
<button <button
(click)="loginWithGoogle()" (click)="loginWithGoogle()"
class="w-full py-2.5 px-4 rounded flex items-center justify-center bg-white hover:bg-gray-100 text-gray-800 transition-colors" class="w-full py-2.5 px-4 rounded flex items-center justify-center bg-white hover:bg-gray-100 transition-colors !text-black"
> >
<svg class="h-5 w-5 mr-2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <svg class="h-5 w-5 mr-2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path <path