fetch authmethods on loginname page and redirect

This commit is contained in:
Max Peintner
2023-06-29 14:54:07 +02:00
parent edac13fc5d
commit c21961f593
5 changed files with 134 additions and 62 deletions

View File

@@ -19,7 +19,10 @@ export {
Challenges_Passkey,
} from "./proto/server/zitadel/session/v2alpha/challenge";
export { Session } from "./proto/server/zitadel/session/v2alpha/session";
export {
Session,
Factors,
} from "./proto/server/zitadel/session/v2alpha/session";
export {
ListSessionsResponse,
GetSessionResponse,