Client: SSO: fix hide errors

This commit is contained in:
Viktor Fomin 2024-08-20 14:08:07 +03:00
parent 195c008b12
commit a1b09acafa

View File

@ -406,6 +406,7 @@ class SsoFormStore {
const config = await resetSsoForm();
this.setFields(config);
this.hideErrors();
} catch (err) {
toastr.error(err);
console.error(err);