1
Fork 0
mirror of https://github.com/diced/zipline.git synced 2025-04-11 23:31:17 -05:00

Update ExternalAuthButton.tsx

Update button text to "Continue with Discord" to reflect both sign-in and sign-up functionality.
This commit is contained in:
Maddie 2025-03-02 21:38:47 -06:00 committed by GitHub
parent 3ab4fc960e
commit af16270412
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ export default function ExternalAuthButton({
leftSection: React.ReactNode;
}) {
return (
<Tooltip label={`Sign in with ${provider}`}>
<Tooltip label={`Continue with ${provider}`}>
<ActionIcon
component={Link}
href={`/api/auth/oauth/${provider.toLowerCase()}`}