Skip to content

Commit ff4c3da

Browse files
committed
Change wv auth
1 parent 479ed13 commit ff4c3da

4 files changed

Lines changed: 1 addition & 1 deletion

File tree

playground/connect-next/app/(auth-required)/passkey-list-wv/actions.ts renamed to playground/connect-next/app/passkey-list-wv/actions.ts

File renamed without changes.

playground/connect-next/app/(auth-required)/passkey-list-wv/page.tsx renamed to playground/connect-next/app/passkey-list-wv/page.tsx

File renamed without changes.

playground/connect-next/app/(auth-required)/post-login-wv/actions.ts renamed to playground/connect-next/app/post-login-wv/actions.ts

File renamed without changes.

playground/connect-next/app/(auth-required)/post-login-wv/page.tsx renamed to playground/connect-next/app/post-login-wv/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use client';
22
import { CorbadoConnectAppend } from '@corbado/connect-react';
3-
import { getCorbadoToken, postPasskeyAppend } from '@/app/(auth-required)/post-login-wv/actions';
3+
import { getCorbadoToken, postPasskeyAppend } from '@/app/post-login-wv/actions';
44
import { AppendStatus } from '@corbado/types';
55

66
export default function PostLoginPage() {

0 commit comments

Comments
 (0)