File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export function JoinOrganizationButton({ inviteLinkId }: { inviteLinkId?: string
2929 return ;
3030 }
3131
32- router . push ( `/ ${ SINGLE_TENANT_ORG_DOMAIN } ` ) ;
32+ router . refresh ( ) ;
3333 } catch ( error ) {
3434 console . error ( "Error joining organization:" , error ) ;
3535 toast ( {
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ export default async function Onboarding({ searchParams }: OnboardingProps) {
139139 {
140140 id : "configure-org" ,
141141 title : "Configure your Organization" ,
142- subtitle : "Set up your organization preferences and security settings." ,
142+ subtitle : "Set up your organization's security settings." ,
143143 component : (
144144 < div className = "space-y-6" >
145145 < MemberApprovalRequiredToggle memberApprovalRequired = { org . memberApprovalRequired } inviteLinkEnabled = { org . inviteLinkEnabled } />
You can’t perform that action at this time.
0 commit comments