mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
fix :: single workspace singup page breaking (#5163)
This commit is contained in:
parent
3f64abdaf4
commit
b93b2cd269
1 changed files with 2 additions and 2 deletions
|
|
@ -130,8 +130,8 @@ class SignupPageComponent extends React.Component {
|
|||
{((!this.state.configs?.enable_sign_up && !this.state.configs?.form?.enable_sign_up) ||
|
||||
(!this.state.configs?.form?.enable_sign_up &&
|
||||
this.state.configs?.enable_sign_up &&
|
||||
!this.state.configs?.git.enabled &&
|
||||
!this.state.configs?.google.enabled)) && (
|
||||
!this.state.configs?.git?.enabled &&
|
||||
!this.state.configs?.google?.enabled)) && (
|
||||
<SignupStatusCard text={'Signup has been disabled by your workspace admin.'} />
|
||||
)}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue