Skip to content

Commit

Permalink
test again
Browse files Browse the repository at this point in the history
  • Loading branch information
bruugey committed Jul 25, 2024
1 parent a87c10d commit f8422f5
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 f8422f5

Please sign in to comment.