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:
parent
d5049570e6
commit
a3aa1302e1
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