Skip to content

Commit

Permalink
N21-1219 add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
arnegns committed Oct 4, 2023
1 parent 27398f8 commit d71c414
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/server/src/modules/authentication/interface/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ export interface ICurrentUser {
/** True if a support member impersonates the user */
impersonated?: boolean;

/** True if the user is an external user which could be e.g. a ldap or oauth user */
isExternalUser: boolean;
}

0 comments on commit d71c414

Please sign in to comment.