mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-641: Migrate existing extensions to singleton LocalEnvironment.
This commit is contained in:
@@ -59,7 +59,7 @@ public class TOTPAuthenticationProviderModule extends AbstractModule {
|
||||
throws GuacamoleException {
|
||||
|
||||
// Get local environment
|
||||
this.environment = new LocalEnvironment();
|
||||
this.environment = LocalEnvironment.getInstance();
|
||||
|
||||
// Store associated auth provider
|
||||
this.authProvider = authProvider;
|
||||
|
Reference in New Issue
Block a user