Skip to content

Commit

Permalink
Merge pull request #383 from mongodb/brooke/fix-again
Browse files Browse the repository at this point in the history
Enable trust host
  • Loading branch information
bruugey authored Jul 25, 2024
2 parents d312c1a + 0eff770 commit c82375b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import { signIn } from '@/auth/auth';

export async function login() {
'use server';
await signIn('okta');
await signIn('okta', { trustHost: true });
}

0 comments on commit c82375b

Please sign in to comment.