We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25037a0 commit 1b4901dCopy full SHA for 1b4901d
packages/auth-nextjs/src/app/index.ts
@@ -40,7 +40,7 @@ export class NextAppAuth extends NextAuth {
40
createServerActions() {
41
return {
42
signout: async () => {
43
- this.deleteAuthCookie();
+ await this.deleteAuthCookie();
44
},
45
emailPasswordSignIn: async (
46
data: FormData | { email: string; password: string },
0 commit comments