NIHVIVO-2696 assembleWelcomeMessage must be public in order for UserAccountsUserController to compile.
This commit is contained in:
parent
11a048605b
commit
d5f425b7a6
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ public class LoginRedirector {
|
|||
}
|
||||
}
|
||||
|
||||
private String assembleWelcomeMessage() {
|
||||
public String assembleWelcomeMessage() {
|
||||
if (isMerelySelfEditor() && !isSelfEditorWithIndividual()) {
|
||||
// A special message for unrecognized self-editors:
|
||||
return "You have logged in, "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue