dev/2025-02-19-15-38

This commit is contained in:
geniy 2025-02-19 15:38:45 +03:00
parent c3233330c4
commit 4bf67bef55

View File

@ -70,9 +70,4 @@ public class Employee implements UserDetails {
public boolean isEnabled() {
return true;
}
public boolean isBlock() {
return isBlock;
}
}