Navigating to theutil.Utilclass, we can see that verifyUserNamePasswordcalls getUserCredsand compares the values that it returns with the values that we provide.
The vulnerability here is that credentials are hardcoded into the getUserCreds method, thus giving us a valid account that we can use to login into the app.