Skip to content

Commit

Permalink
feat: Update token error code
Browse files Browse the repository at this point in the history
  • Loading branch information
devmizz committed Jul 20, 2024
1 parent 98b99da commit ba543fe
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public int getHttpStatus() {

@Override
public String getErrorCode() {
return "TKN-003";
return "TKN-004";
}

@Override
Expand All @@ -100,7 +100,7 @@ public int getHttpStatus() {

@Override
public String getErrorCode() {
return "TKN-004";
return "TKN-005";
}

@Override
Expand All @@ -122,7 +122,7 @@ public int getHttpStatus() {

@Override
public String getErrorCode() {
return "TKN-005";
return "TKN-006";
}

@Override
Expand Down

0 comments on commit ba543fe

Please sign in to comment.