Skip to content

Commit

Permalink
chore: debug getProviders
Browse files Browse the repository at this point in the history
  • Loading branch information
sobird committed Nov 21, 2024
1 parent d32d3f4 commit 3680c8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/providers/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ interface ProvidersProps {

const Providers:React.FC<ProvidersProps> = async ({ callbackUrl }) => {
const csrfToken = await getCsrfAuthToken();
console.log('await getProviders()', await getProviders());
const providers = Object.entries(await getProviders() || {}).map(([, item]) => {
return item;
}).filter((item) => {
Expand Down

0 comments on commit 3680c8d

Please sign in to comment.