mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-04 22:08:29 +00:00
* 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]>
6 lines
No EOL
187 B
JavaScript
6 lines
No EOL
187 B
JavaScript
export const sqlServerText = {
|
|
labelInstance: "Instance",
|
|
labelAzureEncryptConnection: "Azure (encrypt connection)",
|
|
azureText: "Azure",
|
|
authenticationTypeOption: "SQL Server",
|
|
}; |