mfa selection, setup page

This commit is contained in:
peintnermax
2024-04-12 16:38:38 +02:00
parent 57e4585120
commit 437ba4375f
7 changed files with 89 additions and 43 deletions

View File

@@ -68,6 +68,7 @@ export { TextQueryMethod } from "./proto/server/zitadel/object/v2beta/object";
export {
AddHumanUserResponse,
AddHumanUserRequest,
GetUserByIDResponse,
VerifyEmailResponse,
VerifyPasskeyRegistrationRequest,
VerifyPasskeyRegistrationResponse,
@@ -89,6 +90,7 @@ export {
SetHumanPasswordResponse,
SetHumanPasswordRequest,
GetOrgByDomainGlobalResponse,
ListHumanAuthFactorsResponse,
} from "./proto/server/zitadel/management";
export * from "./proto/server/zitadel/idp";
export { type LegalAndSupportSettings } from "./proto/server/zitadel/settings/v2beta/legal_settings";