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:
parent
3ab4fc960e
commit
af16270412
1 changed files with 1 additions and 1 deletions
|
@ -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()}`}
|
||||
|
|
Loading…
Add table
Reference in a new issue