Skip to content

Commit

Permalink
#3438 removed unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
sekmiller committed Jan 21, 2021
1 parent 2782b13 commit 38b7eee
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -548,10 +548,6 @@ public boolean getHasActiveVerificationToken(){
//for user page to determine how to handle Confirm Email click
return confirmEmailService.hasActiveVerificationToken(currentUser);
}

public void setHasActiveVerificationToken(boolean value){
//dummy method
}

public boolean isEmailIsVerified() {
return confirmEmailService.hasVerifiedEmail(currentUser);
Expand Down

0 comments on commit 38b7eee

Please sign in to comment.