Skip to content

Commit 17facd5

Browse files
authored
🐛 fix: better-auth add apple sso icon and label (#10570)
1 parent 69c3f0d commit 17facd5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/components/NextAuth/AuthIcons.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ import {
1111
NextAuth,
1212
Zitadel,
1313
} from '@lobehub/ui/icons';
14+
import { Apple } from 'lucide-react';
1415
import React from 'react';
1516

1617
const iconComponents: { [key: string]: React.ElementType } = {
18+
'apple': Apple,
1719
'auth0': Auth0,
1820
'authelia': Authelia.Color,
1921
'authentik': Authentik.Color,

src/locales/default/auth.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ export default {
8282
},
8383
signin: {
8484
backToEmail: '返回修改邮箱',
85+
continueWithApple: '使用 Apple 登录',
8586
continueWithAuth0: '使用 Auth0 登录',
8687
continueWithAuthelia: '使用 Authelia 登录',
8788
continueWithAuthentik: '使用 Authentik 登录',

0 commit comments

Comments
 (0)