diff --git a/src/modules/pages/maintain/forms/components/form.jdbc.ts b/src/modules/pages/maintain/forms/components/form.jdbc.ts index fdfce5c..277f1a7 100644 --- a/src/modules/pages/maintain/forms/components/form.jdbc.ts +++ b/src/modules/pages/maintain/forms/components/form.jdbc.ts @@ -1227,6 +1227,7 @@ export class FormJdbc extends BI.Widget { public mounted() { const sshType = this.form.sshType.getValue()[0]; this.onSshTypeChange(sshType); + this.setKerberos(); } public setError(value: string) {