mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-197: Fix indentation after removing try/catch block.
This commit is contained in:
committed by
Nick Couchman
parent
dd48486f12
commit
3a5c43b94e
@@ -164,6 +164,7 @@ public class AuthenticationProviderService {
|
||||
Field radiusStateField = new RadiusStateField(radiusState);
|
||||
CredentialsInfo expectedCredentials = new CredentialsInfo(Arrays.asList(radiusResponseField,radiusStateField));
|
||||
throw new GuacamoleInsufficientCredentialsException("LOGIN.INFO_RADIUS_ADDL_REQUIRED", expectedCredentials);
|
||||
|
||||
}
|
||||
|
||||
// If we receive AccessAccept, authentication has succeeded
|
||||
|
Reference in New Issue
Block a user