Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Fix endless forum login (#659) #711

Merged
merged 1 commit into from
Dec 9, 2023
Merged

Fix endless forum login (#659) #711

merged 1 commit into from
Dec 9, 2023

Conversation

Fovty
Copy link
Contributor

@Fovty Fovty commented Dec 9, 2023

  • The logic for checking if the user is already logged in has been updated to look for the absence of a specific span class within the page text. Previously, the check was only for the presence of a "You are already logged in" message. Login from a different region generates another login message and would have failed login.

  • Adjusted the loop control flow to break out of the login attempt loop immediately once we detect that we are not already logged in, streamlining the process and potentially reducing the number of unnecessary login attempts.

@Jules-WinnfieldX Jules-WinnfieldX merged commit ee9c2a7 into Jules-WinnfieldX:master Dec 9, 2023
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants