mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-02-09 18:20:17 +01:00
admin interface basic functionalities
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
"use client"
|
||||
import LoginForm from "@/components/team/loginForm";
|
||||
|
||||
export default function Home() {
|
||||
function login(teamId) {
|
||||
console.log(teamId);
|
||||
}
|
||||
return (
|
||||
<div>
|
||||
<LoginForm />
|
||||
<LoginForm title={"Team login"} placeholder={"team ID"} buttonText={"Login"} onSubmit={login}/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user