Skip to content

Commit 404d5ad

Browse files
committed
remove ValidateUserstub
1 parent c3714e1 commit 404d5ad

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

apps/frontend/src/app/matching/modalContent/FindMatchContent.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,6 @@ const FindMatchContent: React.FC<Props> = ({ beginMatch }) => {
6262
</div>
6363
<button className="find-match-button"
6464
onClick={async () => {
65-
66-
async function ValidateUser() {
67-
return {
68-
data: {
69-
email: "asda",
70-
username: "sajdhkas"
71-
}
72-
}
73-
}
74-
7565
setIsLoading(true);
7666
const user = await ValidateUser();
7767
beginMatch({

0 commit comments

Comments
 (0)