Skip to content

Commit fec3bc8

Browse files
committed
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy