We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
console.error
1 parent f642705 commit bd3fe08Copy full SHA for bd3fe08
ui/admin/src/components/Settings/SettingsAuthentication.vue
@@ -257,7 +257,7 @@ const changeSamlAuthStatus = async () => {
257
258
const downloadSSOCertificates = () => {
259
if (!certificate.value) {
260
- console.error("No certificates available to download.");
+ snackbar.showError("No certificates available to download.");
261
return;
262
}
263
0 commit comments