Skip to content

Commit

Permalink
Rename role to userRole
Browse files Browse the repository at this point in the history
  • Loading branch information
alvaromrveiga committed Jun 6, 2022
1 parent 703f546 commit aa72a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth/types/refresh-token-payload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export type RefreshTokenPayload = {
/** User role
* @example "user"
*/
role: string;
userRole: string;

/** Token family for refresh token rotation
*
Expand Down

0 comments on commit aa72a2c

Please sign in to comment.