Skip to content

Commit

Permalink
🏷️ chore: add oidc flow related types
Browse files Browse the repository at this point in the history
  • Loading branch information
rezk2ll committed Oct 8, 2024
1 parent 8f3901b commit f06dada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tom-server/src/qrcode-api/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export interface loginFlowsResponse extends GenericResponse {

export interface LoginFlow {
type: string
identity_providers: IdentityProvider[]
identity_providers?: IdentityProvider[]
}

export interface IdentityProvider {
Expand Down

0 comments on commit f06dada

Please sign in to comment.