mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-5: Do not bind/inject AuthenticationProvider.
This commit is contained in:
@@ -65,7 +65,7 @@ public class MySQLAuthenticationProvider implements AuthenticationProvider {
|
||||
new MySQLAuthenticationProviderModule(environment),
|
||||
|
||||
// Configure JDBC authentication core
|
||||
new JDBCAuthenticationProviderModule(this, environment)
|
||||
new JDBCAuthenticationProviderModule(environment)
|
||||
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user