Closed mortal-ghost closed 2 years ago
@mortal-ghost, please merge in master of my repository.
@mortal-ghost, please merge in master of my repository.
Can you please help me regarding this?
Can you please help me regarding this?
Can you tell me what git remote -v
shows you?
And no need to close this PR, you can keep pushing commits in your branch and they will automatically appear in this PR :)
Can you please help me regarding this?
Can you tell me what
git remote -v
shows you?
Great! Please switch to the branch on which you are working and execute the following -
git pull upstream master
This will fetch and merge the master branch from the upstream remote (my repository) into your current branch. It will not merge automatically if there are some merge conflicts, which you will have to handle clear yourself.
Let me know if you face any difficulties!
Ok , I resolved a lot of conflicts (:laughing:) and made a commit with this error fixed in. Can you please confirm if this is fine now?
@mortal-ghost, did you forget to push? :)
No I pushed the changes. I am getting the option to create a new PR. Should I just create a new one?
Yes, create a new one!
Issue
Fixes #45
Description
Only one change in the lib/Screens/LoginPage.dart Home screen was pushed on validating form conditions without validating the credentials. Minor change to lib/Provider/user.dart regarding the google sign in issue. Calling the createUser function on signing in.
Type of change
You can write manually also
Checklist: