completed oauth implementation on hub and dispatch
This commit is contained in:
9
apps/dispatch/app/(auth)/login/page.tsx
Normal file
9
apps/dispatch/app/(auth)/login/page.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Login } from './_components/Login';
|
||||
|
||||
export default async () => {
|
||||
return (
|
||||
<>
|
||||
<Login />
|
||||
</>
|
||||
);
|
||||
};
|
||||
Reference in New Issue
Block a user