ToolJet/cypress-tests/cypress/constants/texts/sqlServer.js
Siddharth Pundir 668807c2c9
Mssql entra auth implementation (#15760)
* Mssql entra auth implementation

* migration for sql auth type

* Update index.ts

* automation fix

* Undoing the change

* fixed mssql authdropdown (#15811)

---------

Co-authored-by: Srimaniteja <[email protected]>
2026-04-02 21:05:27 +05:30

6 lines
No EOL
187 B
JavaScript

export const sqlServerText = {
labelInstance: "Instance",
labelAzureEncryptConnection: "Azure (encrypt connection)",
azureText: "Azure",
authenticationTypeOption: "SQL Server",
};