ing
This commit is contained in:
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"java.configuration.updateBuildConfiguration": "automatic"
|
||||
}
|
||||
@@ -70,8 +70,7 @@ public class MemberService {
|
||||
}
|
||||
m.setSigninFailCount(m.getSigninFailCount()+1);
|
||||
this.modify(m);
|
||||
// throw new SignInPwNotMatchException();
|
||||
return null;
|
||||
throw new SignInPwNotMatchException();
|
||||
}
|
||||
|
||||
m.setSigninFailCount(0);
|
||||
@@ -130,7 +129,6 @@ public class MemberService {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
|
||||
return member;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user