Skip to content

Commit

Permalink
fix(qwik-auth): use correction exported actions in starter (QwikDev#3222
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ulic75 authored Mar 1, 2023
1 parent c98321e commit 6a978fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starters/features/auth/src/routes/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { serverAuth$ } from '@builder.io/qwik-auth';
import GitHub from '@auth/core/providers/github';
import type { Provider } from '@auth/core/providers';

export const { onRequest, useAuthSession, useAuthSignup, useAuthLogout } = serverAuth$(
export const { onRequest, useAuthSession, useAuthSignin, useAuthSignout } = serverAuth$(
({ env }) => ({
secret: env.get('AUTH_SECRET'),
trustHost: true,
Expand Down

0 comments on commit 6a978fc

Please sign in to comment.