Skip to content

Commit

Permalink
refactor(service): users/auth: change property on return types
Browse files Browse the repository at this point in the history
  • Loading branch information
restjohn committed Dec 1, 2024
1 parent ae54610 commit 12e9776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/src/ingress/ingress.app.api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export interface AdmitFromIdentityProviderRequest {

export interface AdmitFromIdentityProviderResult {
mageAccount: UserExpanded
admissionToken: string
idpAuthenticationToken: string
}

/**
Expand Down

0 comments on commit 12e9776

Please sign in to comment.