Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: format
Browse files Browse the repository at this point in the history
Benehiko committed Sep 22, 2023
1 parent a5098cf commit efab477
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/react-components/ory/user-auth-card.tsx
Original file line number Diff line number Diff line change
@@ -72,25 +72,25 @@ export type UserAuthCardProps = {
} & UserAuthFormAdditionalProps &
(
| {
flow: LoginFlow
flowType: "login"
additionalProps?: LoginSectionAdditionalProps
}
flow: LoginFlow
flowType: "login"
additionalProps?: LoginSectionAdditionalProps
}
| {
flow: RegistrationFlow
flowType: "registration"
additionalProps?: RegistrationSectionAdditionalProps
}
flow: RegistrationFlow
flowType: "registration"
additionalProps?: RegistrationSectionAdditionalProps
}
| {
flow: RecoveryFlow
flowType: "recovery"
additionalProps?: RecoverySectionAdditionalProps
}
flow: RecoveryFlow
flowType: "recovery"
additionalProps?: RecoverySectionAdditionalProps
}
| {
flow: VerificationFlow
flowType: "verification"
additionalProps?: VerificationSectionAdditionalProps
}
flow: VerificationFlow
flowType: "verification"
additionalProps?: VerificationSectionAdditionalProps
}
)

/**

0 comments on commit efab477

Please sign in to comment.