mirror of
https://github.com/plankanban/planka.git
synced 2025-12-25 01:11:49 +03:00
fix: Fix error output when sending email or message to Slack
This commit is contained in:
@@ -20,7 +20,7 @@ const mapStateToProps = (state) => {
|
||||
isSubmittingUsingOidc,
|
||||
error,
|
||||
withOidc: !!oidcConfig,
|
||||
isOidcEnforced: oidcConfig && oidcConfig.isEnforced,
|
||||
isOidcEnforced: !!oidcConfig && oidcConfig.isEnforced,
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user