Skip to content

Commit

Permalink
Merge pull request #247 from haedoang/feature/report
Browse files Browse the repository at this point in the history
[feature/report] 회원가입 링크 경로 수정
  • Loading branch information
haedoang authored Dec 4, 2023
2 parents 5ea1e29 + 69a0b01 commit f19572f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@Getter
public enum ConfirmationTokenType {
SIGN_UP("auth/sign-up/confirm", "/signup/step2"),
RESET_PASSWORD("auth/reset-password/confirm", "/resetPassword/step1");
RESET_PASSWORD("auth/reset-password/confirm", "/resetPassword/step2");

private final String linkPathResource;
private final String redirectPath;
Expand Down

0 comments on commit f19572f

Please sign in to comment.