Fixed method

This commit is contained in:
Luca Frosini 2022-02-25 16:10:10 +01:00
parent 8e447014f8
commit 7c9cca32c4
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ public class SecretManager {
return currentSecretHolder.getContext();
}
public synchronized User getIdentity() {
public synchronized User getUser() {
return currentSecretHolder.getUser();
}