Skip to content

Commit 54d4f59

Browse files
committed
refactor(service): users/auth: remove optional flag on request idp user account
1 parent d5c42f1 commit 54d4f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/src/ingress/ingress.protocol.bindings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { IdentityProviderUser } from './ingress.entities'
33

44
export type IdentityProviderAdmissionWebUser = {
55
idpName: string
6-
account: IdentityProviderUser | undefined
6+
account: IdentityProviderUser
77
flowState?: string | undefined
88
}
99

0 commit comments

Comments
 (0)