mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
fixed translation
This commit is contained in:
parent
85b33f6497
commit
a5250f63ce
@ -83,7 +83,7 @@ export function AuthPage(props: {
|
||||
)}
|
||||
</div>
|
||||
<OAuthButtonGroup type={props.type} mockProject={props.mockProject} />
|
||||
{enableSeparator && <SeparatorWithText text={'Or continue with'} />}
|
||||
{enableSeparator && <SeparatorWithText text={t('Or continue with')} />}
|
||||
{project.config.credentialEnabled && project.config.magicLinkEnabled ? (
|
||||
<Tabs defaultValue={props.firstTab || 'magic-link'}>
|
||||
<TabsList className={cn('w-full mb-2', {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user