Skip to content

Commit

Permalink
CB-5563 [TE] Change credentials - 'save credentials' is not marked fo…
Browse files Browse the repository at this point in the history
…r auth even if it is saved (#2981)

* CB-5563 adds saveCredentials to config when loading DriverInfo during driver authorization

* CB-5640 fixes save creds checkbox state for SSL

* Revert "CB-5640 fixes save creds checkbox state for SSL"

This reverts commit e25fc3b.

---------

Co-authored-by: kseniaguzeeva <[email protected]>
  • Loading branch information
sergeyteleshev and kseniaguzeeva authored Oct 10, 2024
1 parent 1a51928 commit 2e5b71e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export function useDatabaseCredentialsAuthDialog(
}
}

this.config.saveCredentials = connection.saveCredentials;
this.connection = connection;
this.driver = driver;

Expand Down

0 comments on commit 2e5b71e

Please sign in to comment.