Skip to content

Commit

Permalink
chore: change descrption
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Sep 2, 2024
1 parent 88c5214 commit 463938a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions src/models/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,6 @@ export module MxServerOptions {
emailSubscribe: boolean
}

export interface ClerkOptionsOption {
enable: boolean
adminUserId: string
pemKey: string
secretKey: string
}

export interface ThirdPartyServiceIntegrationOption {
xLogSiteId: string
}
Expand Down
2 changes: 1 addition & 1 deletion src/views/setting/tabs/auth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ const Passkey = defineComponent(() => {
</NFormItem>
<div class={'-mt-8 mb-4'}>
<NText class="mb-2 text-xs" depth={3}>
<span>禁用密码登录需要至少开启 Clerk 或者 PassKey 登录的一项</span>
<span>禁用密码登录需要至少开启 Oauth 或者 PassKey 登录的一项</span>
</NText>
</div>
</NForm>
Expand Down

0 comments on commit 463938a

Please sign in to comment.