feat: instruction for adding passkey

This commit is contained in:
Jacky 2024-09-16 23:27:17 +08:00
parent aa30b0b4af
commit 018a3f15fd
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
28 changed files with 1851 additions and 763 deletions

3
app/components.d.ts vendored
View file

@ -7,9 +7,6 @@ export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
2FA2FAAuthorization: typeof import('./src/components/2FA/2FAAuthorization.vue')['default']
2FAAuthorization: typeof import('./src/components/2FA/Authorization.vue')['default']
2FAOTPAuthorization: typeof import('./src/components/2FA/OTPAuthorization.vue')['default']
AAlert: typeof import('ant-design-vue/es')['Alert']
AAutoComplete: typeof import('ant-design-vue/es')['AutoComplete']
AAvatar: typeof import('ant-design-vue/es')['Avatar']