Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fec3bc8

Browse files
fix: invalid return value of encrypt() method
1 parent ee034f4 commit fec3bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/main/java/com/taskagile/domain/common/security/PasswordEncryptorDelegator.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ public class PasswordEncryptorDelegator implements PasswordEncryptor {
88
@Override
99
public String encrypt(String rawPassword) {
1010
// TODO implement this
11-
return null;
11+
return rawPassword;
1212
}
1313
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /