This commit is contained in:
geek 2018-05-06 16:40:53 +09:00
parent de345bdf81
commit c5496b9ac5

View File

@ -19,7 +19,7 @@ public interface MemberService {
@WebappAPI
Member sendEmailForPassword(String email) throws OverflowException;
@WebappAPI
Member resetPassword(String token, String pw, String confirmPw) throws OverflowException;
Member resetPassword(String token, String pw) throws OverflowException;
@WebappAPI
Member modify(Member member, String pw) throws OverflowException;
@WebappAPI