feat: add Google sign-in button to WinScreen and footer provider label

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
George Powell
2026-03-25 01:50:34 -04:00
parent db04da6a2c
commit 3d578a9eb8
2 changed files with 72 additions and 1 deletions
+1 -1
View File
@@ -528,7 +528,7 @@
.filter(Boolean)
.join(" ")}{user.email
? ` (${user.email})`
: ""}{user.appleId ? " using Apple" : ""} |
: ""}{user.appleId ? " using Apple" : user.googleId ? " using Google" : ""} |
<form
method="POST"