aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/Login.tsx
diff options
context:
space:
mode:
authorWolfboy248 <georgejvindkarlsen@gmail.com>2024-10-18 17:01:01 +0200
committerWolfboy248 <georgejvindkarlsen@gmail.com>2024-10-18 17:01:01 +0200
commitd9974ede3b3914377beb4b07d78885c48bd74aac (patch)
tree6ee6d0adfe62d3ec00dea21dc520dfa09eeaf005 /frontend/src/components/Login.tsx
parentrefactor: upload run logic improvement (diff)
downloadlphub-d9974ede3b3914377beb4b07d78885c48bd74aac.tar.gz
lphub-d9974ede3b3914377beb4b07d78885c48bd74aac.tar.bz2
lphub-d9974ede3b3914377beb4b07d78885c48bd74aac.zip
refactor: delete run on profile
Diffstat (limited to 'frontend/src/components/Login.tsx')
-rw-r--r--frontend/src/components/Login.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/src/components/Login.tsx b/frontend/src/components/Login.tsx
index a8c5503..f27a63e 100644
--- a/frontend/src/components/Login.tsx
+++ b/frontend/src/components/Login.tsx
@@ -17,7 +17,8 @@ const Login: React.FC<LoginProps> = ({ setToken, profile, setProfile }) => {
17 const navigate = useNavigate(); 17 const navigate = useNavigate();
18 18
19 const _login = () => { 19 const _login = () => {
20 window.location.href = "/api/v1/login"; 20 setToken("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MzExNjU1NTgsIm1vZCI6dHJ1ZSwic3ViIjoiNzY1NjExOTgxMzE2Mjk5ODkifQ.KoENjj6Z41-QQu1VKvgAiACsjLK7IoVWlJgrGdr6s24");
21 // window.location.href = "/api/v1/login";
21 }; 22 };
22 23
23 const _logout = () => { 24 const _logout = () => {