extends the functionality of oauth in Stirling PDF 2.

This commit is contained in:
Ludy87
2024-05-18 23:47:05 +02:00
parent b904a46bca
commit ffec5f7b54
52 changed files with 1055 additions and 786 deletions

View File

@@ -150,6 +150,6 @@ public class User {
}
public boolean hasPassword() {
return this.getPassword() != "" ? true : false;
return this.password != null && !this.password.isEmpty();
}
}