Skip to content

Commit bd3fe08

Browse files
committed
refactor(ui): replace console.error with snackbar in SettingsAuthentication
1 parent f642705 commit bd3fe08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/admin/src/components/Settings/SettingsAuthentication.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ const changeSamlAuthStatus = async () => {
257257
258258
const downloadSSOCertificates = () => {
259259
if (!certificate.value) {
260-
console.error("No certificates available to download.");
260+
snackbar.showError("No certificates available to download.");
261261
return;
262262
}
263263

0 commit comments

Comments
 (0)