mirror of
https://github.com/pupperpowell/bibdle.git
synced 2026-06-25 08:45:22 -04:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user