Skip to content

Commit

Permalink
fixes #103 Use NoneDecryptedInstance to load the config for registerM…
Browse files Browse the repository at this point in the history
…odule (#104)
  • Loading branch information
stevehu authored Feb 2, 2024
1 parent a9e5fa4 commit 44a3cf5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,6 @@ public boolean isEnabled() {

@Override
public void register() {
ModuleRegistry.registerModule(StatelessAuthConfig.CONFIG_NAME, StatelessAuthHandler.class.getName(), Config.getInstance().getJsonMapConfigNoCache(StatelessAuthConfig.CONFIG_NAME), null);
ModuleRegistry.registerModule(StatelessAuthConfig.CONFIG_NAME, StatelessAuthHandler.class.getName(), Config.getNoneDecryptedInstance().getJsonMapConfigNoCache(StatelessAuthConfig.CONFIG_NAME), null);
}
}

0 comments on commit 44a3cf5

Please sign in to comment.