OnLoginClick Logic
Fetch data from the backend and save the session id to the local storage
This commit is contained in:
@@ -63,6 +63,6 @@ public class UserSessionIDHandler
|
||||
return generatedString;
|
||||
}
|
||||
|
||||
return "";
|
||||
return "failed";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user