mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUACAMOLE-364: revert unnecessary code simplification
This change isn't necessary to the stated issue. The expression here is unnecessarily complex but that should be addressed in another issue.
This commit is contained in:
@@ -295,7 +295,7 @@ public class AuthenticationService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Otherwise, attempt authentication as a new user
|
// Otherwise, attempt authentication as a new user
|
||||||
AuthenticatedUser authenticatedUser = authenticateUser(credentials);
|
AuthenticatedUser authenticatedUser = AuthenticationService.this.authenticateUser(credentials);
|
||||||
notifyAuthenticationSuccessListeners(authenticatedUser, null);
|
notifyAuthenticationSuccessListeners(authenticatedUser, null);
|
||||||
|
|
||||||
if (logger.isInfoEnabled())
|
if (logger.isInfoEnabled())
|
||||||
|
Reference in New Issue
Block a user