CSS update

This commit is contained in:
2025-11-07 17:48:04 +05:30
parent a9cc0a9122
commit 8eeed12d0b
3 changed files with 4 additions and 2 deletions

View File

@ -45,5 +45,6 @@ public class User implements Serializable {
private String[] authorities;
private boolean isActive;
private boolean isNotLocked;
}