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

fix: "continue with provider" instead of sign in (#737)

Update button text to "Continue with Discord" to reflect both sign-in and sign-up functionality.

Co-authored-by: dicedtomato <35403473+diced@users.noreply.github.com>
This commit is contained in:
Maddie 2025-03-03 17:56:23 -06:00 committed by GitHub
parent d5049570e6
commit a3aa1302e1
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()}`}