Update login stuff
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Password } from '@convex-dev/auth/providers/Password';
|
||||
import { convexAuth } from '@convex-dev/auth/server';
|
||||
import { Password } from './CustomPassword';
|
||||
|
||||
export const { auth, signIn, signOut, store, isAuthenticated } = convexAuth({
|
||||
providers: [Password],
|
||||
|
Reference in New Issue
Block a user