mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[FIX] AcceptPasswordVerifier
This commit is contained in:
parent
618e981de5
commit
15da924aa6
1 changed files with 5 additions and 0 deletions
|
@ -5,4 +5,9 @@ public class AcceptPasswordVerifier extends PasswordVerifier {
|
|||
public boolean check(String encryptedPassword, String password) {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String encrypt(String password) {
|
||||
return "";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue