Skip to content

Commit

Permalink
refactor(service): users/auth: remove optional flag on request idp us…
Browse files Browse the repository at this point in the history
…er account
  • Loading branch information
restjohn committed Nov 22, 2024
1 parent d5c42f1 commit 54d4f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/src/ingress/ingress.protocol.bindings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { IdentityProviderUser } from './ingress.entities'

export type IdentityProviderAdmissionWebUser = {
idpName: string
account: IdentityProviderUser | undefined
account: IdentityProviderUser
flowState?: string | undefined
}

Expand Down

0 comments on commit 54d4f59

Please sign in to comment.