chore: heygermany customer project
This commit is contained in:
13
apps/website/views/localized/app/company/auth/login/page.tsx
Normal file
13
apps/website/views/localized/app/company/auth/login/page.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import { LoginComponent, LoginFormData } from '@/components/LoginComponent';
|
||||
import { useCompanyLogin } from '@/hooks/company/useCompanyLogin';
|
||||
|
||||
export default function CompanyLogin() {
|
||||
const login = useCompanyLogin();
|
||||
|
||||
return (
|
||||
<LoginComponent
|
||||
namespace="company"
|
||||
mutation={login}
|
||||
/>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user