Skip to content

Commit

Permalink
revert onboarding lock
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewuu committed Jan 19, 2025
1 parent 1310420 commit aa5956b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(user)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default async function UserLayout(props: UserLayoutProps) {

if (
!organization.owner_name ||
/*!organization.ext_slack_team_id ||*/
!organization.ext_slack_team_id ||
(!organization.ext_gh_install_id && !organization.gitlab_access_token)
) {
return (
Expand Down

0 comments on commit aa5956b

Please sign in to comment.