Skip to content

Commit

Permalink
Merge branch 'devel' into CB-3015-show-notification-about-disconnecti…
Browse files Browse the repository at this point in the history
…ng-from-a-database-for-more-time
  • Loading branch information
s.teleshev committed Jan 17, 2024
2 parents 1346a40 + ea04938 commit 0e3c790
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,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
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@
margin: 0;
text-overflow: ellipsis;
overflow: hidden;
}
white-space: nowrap;
}

0 comments on commit 0e3c790

Please sign in to comment.