mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 14:54:33 +00:00
fix redirect to idp if no other method
This commit is contained in:
@@ -97,6 +97,15 @@ export async function getLoginSettings(orgId?: string) {
|
||||
)().then((resp) => (resp ? fromJson(LoginSettingsSchema, resp) : undefined));
|
||||
}
|
||||
|
||||
export async function listIDPLinks(userId: string) {
|
||||
return userService.listIDPLinks(
|
||||
{
|
||||
userId,
|
||||
},
|
||||
{},
|
||||
);
|
||||
}
|
||||
|
||||
export async function addOTPEmail(userId: string) {
|
||||
return userService.addOTPEmail(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user