mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 12:49:43 +02:00
fix: Fix error output when sending email or message to Slack
This commit is contained in:
parent
aca849999e
commit
d9b17d72f9
3 changed files with 6 additions and 6 deletions
|
@ -20,7 +20,7 @@ const mapStateToProps = (state) => {
|
|||
isSubmittingUsingOidc,
|
||||
error,
|
||||
withOidc: !!oidcConfig,
|
||||
isOidcEnforced: oidcConfig && oidcConfig.isEnforced,
|
||||
isOidcEnforced: !!oidcConfig && oidcConfig.isEnforced,
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue