Skip to content

Commit 8e8b26f

Browse files
ammend
1 parent 36a1b67 commit 8e8b26f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/src/hooks/useAuth.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ const useAuth = () => {
4646
formData: {
4747
username: data.username,
4848
password: data.password,
49-
})
49+
},
50+
})
5051
localStorage.setItem("access_token", response.access_token)
5152
}
5253

0 commit comments

Comments
 (0)