Skip to content

Commit

Permalink
Deprecate the social_service_account property of the JWTUser
Browse files Browse the repository at this point in the history
Depends-on: balena-io/balena-api#4623
Change-type: patch
  • Loading branch information
thgreasi committed Sep 22, 2023
1 parent 9d001d6 commit 8bf506b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/jwt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export interface JWTUser {
twoFactorRequired?: boolean;
username: string;

/** @deprecated User the social_service_account resource */
social_service_account?: SocialServiceAccount[];
}

Expand Down

0 comments on commit 8bf506b

Please sign in to comment.