Fixed method
This commit is contained in:
parent
8e447014f8
commit
7c9cca32c4
|
@ -97,7 +97,7 @@ public class SecretManager {
|
||||||
return currentSecretHolder.getContext();
|
return currentSecretHolder.getContext();
|
||||||
}
|
}
|
||||||
|
|
||||||
public synchronized User getIdentity() {
|
public synchronized User getUser() {
|
||||||
return currentSecretHolder.getUser();
|
return currentSecretHolder.getUser();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue