OnLoginClick Logic

Fetch data from the backend and save the session id to the local storage
This commit is contained in:
brausjonas
2023-05-16 19:52:58 +02:00
parent bd6ec7b21f
commit ef1358baa4
4 changed files with 274 additions and 7 deletions
@@ -63,6 +63,6 @@ public class UserSessionIDHandler
return generatedString;
}
return "";
return "failed";
}
}