refactor: created global component for kanban board
This commit is contained in:
parent
4f85773a48
commit
58eda658c8
31 changed files with 247 additions and 683 deletions
|
|
@ -35,7 +35,6 @@ export const EmailCodeForm = ({ onSuccess }: any) => {
|
|||
});
|
||||
|
||||
const onSubmit = ({ email }: EmailCodeFormValues) => {
|
||||
console.log(email);
|
||||
authenticationService
|
||||
.emailCode({ email })
|
||||
.then((res) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue