Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
wellbeing-dough committed Oct 16, 2023
2 parents a034fc0 + cf95d9a commit 54246d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public void validBirth(Long year) {
}

public String testToken() {
String token = tokenGenerator.generateRefreshToken(19L);
String token = tokenGenerator.generateRefreshToken(6L);
return token;
}
}

0 comments on commit 54246d0

Please sign in to comment.