Skip to content

Commit fd60c2e

Browse files
committed
fix: minor fix on frontend
1 parent a7ecd5e commit fd60c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/login/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const LoginPage = () => {
2020
{}
2121
);
2222

23-
// Login Mutation
23+
// Login mutation
2424
const loginMutation = useMutation({
2525
mutationFn: login,
2626
onSuccess: (data) => {

0 commit comments

Comments
 (0)