We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c3f0d commit 17facd5Copy full SHA for 17facd5
src/components/NextAuth/AuthIcons.tsx
@@ -11,9 +11,11 @@ import {
11
NextAuth,
12
Zitadel,
13
} from '@lobehub/ui/icons';
14
+import { Apple } from 'lucide-react';
15
import React from 'react';
16
17
const iconComponents: { [key: string]: React.ElementType } = {
18
+ 'apple': Apple,
19
'auth0': Auth0,
20
'authelia': Authelia.Color,
21
'authentik': Authentik.Color,
src/locales/default/auth.ts
@@ -82,6 +82,7 @@ export default {
82
},
83
signin: {
84
backToEmail: '返回修改邮箱',
85
+ continueWithApple: '使用 Apple 登录',
86
continueWithAuth0: '使用 Auth0 登录',
87
continueWithAuthelia: '使用 Authelia 登录',
88
continueWithAuthentik: '使用 Authentik 登录',
0 commit comments