Skip to content

Commit d5c2ef7

Browse files
fix(core): trying a fix to show error message. (#12718)
1 parent cf08f33 commit d5c2ef7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ui/src/components/basicauth/BasicAuthLogin.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,10 @@
194194
showClose: false
195195
})
196196
})
197+
} else {
198+
ElMessage.error({
199+
message: t("setup.validation.incorrect_creds")
200+
})
197201
}
198202
} catch {
199203
ElMessage.error({

0 commit comments

Comments
 (0)