Skip to content

Commit

Permalink
Merge pull request #381 from mongodb/brooke/another-test
Browse files Browse the repository at this point in the history
test again
  • Loading branch information
bruugey authored Jul 25, 2024
2 parents 7de51c3 + f8422f5 commit 4b57373
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/auth/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ import { signIn } from '@/auth/auth';

export async function login() {
'use server';
await signIn('okta', { redirectTo: '/', redirect: true });
console.log(process.env.NEXT_PUBLIC_OKTA_ISSUER);
await signIn('okta');
}

0 comments on commit 4b57373

Please sign in to comment.