Skip to content

Commit

Permalink
Merge branch 'devel' into CB-4039-logout-with-context
Browse files Browse the repository at this point in the history
  • Loading branch information
dariamarutkina authored Jan 17, 2024
2 parents 3e4587c + ea04938 commit afe11af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@ public boolean provideAuthParameters(
.create();

credGson.fromJson(credGson.toJsonTree(configuration.getAuthProperties()), credentials.getClass());
configuration.getAuthModel().saveCredentials(dataSourceContainer, configuration, credentials);
configuration.getAuthModel().provideCredentials(dataSourceContainer, configuration, credentials);
} catch (DBException e) {
addSessionError(e);
log.error(e);
Expand Down

0 comments on commit afe11af

Please sign in to comment.