Login MYSQL not work , why?

when input email and password correctly, but do not move to the home page. Please help



If the If block was entering the first part:
1-label6 receives response content
2-call notifier
3- clear user_email and pass
4- open another screen.
He’s not doing any of these blocks, he’s going to “else”
1-Call notifier.
Check the second condition that you compare Response Content to. Perhaps the string you are comparing is not exactly the same.

“Login” != “login” check.

Screenshot_20201112-085705

1 Like

its work, thank you

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.