We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36a1b67 commit 8e8b26fCopy full SHA for 8e8b26f
1 file changed
frontend/src/hooks/useAuth.ts
@@ -46,7 +46,8 @@ const useAuth = () => {
46
formData: {
47
username: data.username,
48
password: data.password,
49
- })
+ },
50
+ })
51
localStorage.setItem("access_token", response.access_token)
52
}
53
0 commit comments