mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
feat: instruction for adding passkey
This commit is contained in:
parent
aa30b0b4af
commit
018a3f15fd
28 changed files with 1851 additions and 763 deletions
3
app/components.d.ts
vendored
3
app/components.d.ts
vendored
|
@ -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']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue