Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix login fwlite web #1338

Merged
merged 3 commits into from
Jan 6, 2025
Merged

fix login fwlite web #1338

merged 3 commits into from
Jan 6, 2025

Conversation

hahn-kev
Copy link
Collaborator

@hahn-kev hahn-kev commented Jan 6, 2025

login from FwLiteWeb was not working correctly because the frontend code was always trying to use the SystemWebView which it can't do from the web. There's also been a long standing issue of only 1 login attempt being possible at a time and if that login attempt was abandoned then the whole server needed to be restarted. Now that's been fixed and it will cancel abandoned logins after 5 minutes

…ased login to support more then one request and cancel requests that hang for 5 minutes
… fails to start when both the build and server are started at once due to the missing js files
Copy link

github-actions bot commented Jan 6, 2025

UI unit Tests

12 tests  ±0   12 ✅ ±0   0s ⏱️ ±0s
 4 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit 13d5cd3. ± Comparison against base commit 7050665.

Copy link

github-actions bot commented Jan 6, 2025

C# Unit Tests

103 tests  ±0   103 ✅ ±0   5s ⏱️ ±0s
 16 suites ±0     0 💤 ±0 
  1 files   ±0     0 ❌ ±0 

Results for commit 13d5cd3. ± Comparison against base commit 7050665.

@hahn-kev hahn-kev merged commit bd9dc74 into develop Jan 6, 2025
20 checks passed
@hahn-kev hahn-kev deleted the chore/fix-login-fwlite-web branch January 6, 2025 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant