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

Unable to logout after initial login #1581

Closed
DMills27 opened this issue Feb 27, 2023 · 6 comments · Fixed by #1620
Closed

Unable to logout after initial login #1581

DMills27 opened this issue Feb 27, 2023 · 6 comments · Fixed by #1620
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@DMills27
Copy link
Member

Describe the bug
After an initial log in, you are unable to log out from the Talawa application.

To Reproduce
Steps to reproduce the behavior:

Follow the steps outlined here till the 50 second mark

Expected behavior
Clicking the logout option should take you to the login screen.

Actual behavior
Choosing the logout option takes you to the screen you're currently on.

Potential internship candidates
Please read this if you are planning to apply for a Palisadoes Foundation internship #359

@DMills27 DMills27 added the bug Something isn't working label Feb 27, 2023
@github-actions github-actions bot added the unapproved Unapproved, needs to be triaged label Feb 27, 2023
@DMills27 DMills27 removed the unapproved Unapproved, needs to be triaged label Feb 27, 2023
@shubham21155102
Copy link

@DMills27 please assign this issue to me

@noman2002 noman2002 added the good first issue Good for newcomers label Mar 1, 2023
@salehdemir
Copy link

If this issue not solved please assign me.

@meenaljain0303
Copy link

I can help with this issue too, @noman2002

@SiddheshKukade
Copy link
Member

@palisadoes @DMills27 @noman2002 Sir, It's been a week since the previous assignee has been working on it . So, I've tried to fix it in code and have successfully fixed it. ✅
Please assign to me so that I can make a Pull request.

talawa.023.rea.mp4

@palisadoes
Copy link
Contributor

@shubham21155102 What's the status of this? If there is no update on this we'll need to remove your assignment.

@shubham21155102
Copy link

@palisadoes i am working but as he is saying he has solved the issue then assign him i will work on another issue.

palisadoes pushed a commit that referenced this issue Mar 5, 2023
* Create .gitpod.yml

* Create .gitpod.Dockerfile

* Add/temp-file

* Add/temp-plugin

gives sample demo for `TalawaPluginProvider `

* remove/unecessary-files#1

* remove/unecessary-files#2

* Add/TalwaPluginProvider

* Add/queries `getPluginsList`

* Docs for 'TalawaPluginProvider'

* `Add/fetch_plugin_list`

* Refractoring & adding `fetchPlugins` in main

* Delete sa.dart

* Delete tempPlugin.dart

* Test/ `Tawla Plugin Provider`

* Refractor : Added `Braintree` config in AndroidManifest.xml

* Refractor : Added `Talawa_plugin_provider_nav` to control plugins visibility in navbar

* Update : Main file setState fix

* Changed  ios version from  `10.0` to `12.0`

* Add : `Donation` feature as Plugin with braintree API

* Add : `createDonation` Mutation

* Fix : `Plugin` render bug

* Chores : Formatted  files

* Add : `navBarItems` (features) as plugins

* Chores : Formatting

* Update : Profile removed key

* Chores : Add `Flutter_Braintree`

* Chores : Fix `Lint errors`

* Fix : Formatting Errors

* Delete talawa_plugin_provider_nav.dart

* Update pull-request.yml

* Added a empty line in main

* Update pull-request.yml

* Fix  : Faling tests

* Fix : Failing test #2 commented out `teste.pumpAndSetttle`

* Remove : all the changes done in the `custom_drawer_test.dart`

Removed everthing that I've added to check if it will pass the test or not.

* PR Fail Fix  Attempt #1 : Added `fetchPluginLIst` in `main.dart`

* PR Fail Fix Attempt #2  : Commenting test cases to check furthur problems

* Chores  : Commented  Imports

* Deleted : Test file

* Fix:  Trigger workflow

* Add : Faling test back `custom_drawer_test.dart`

* Add Test for `utils/query.dart`

* Add : Tests `queries_test.dart`

* Add : Tests `chat_queries_test.dart`

* Add : Test for `comment_queries_test.dart`

* Add : test for `event_queries_test`

* Add :  test for `post_qurie..dart`

* Add : test for `post_query.dart`

* Add : test for `task_queries.dart`

* Add  : test for `utils/validator.dart`

* Fix : failing tests

* Test : Failing test uncommented `custom_drawer_test.dart`

* Fix : Commented `custom_drawer_test.dart`

* removed utils tests

* Removed Commented Code

* add/table of contents and link to installation file.

* Add/ Date validation closes  #1590

* Add Import

* Add/ Date validation closes PalisadoesFoundation#1590

* Fix login bug closes  #1581

* removed extra changes

* CI CD FIX
ikjot-2605 pushed a commit to ikjot-2605/talawa that referenced this issue Mar 8, 2023
…doesFoundation#1620)

* Create .gitpod.yml

* Create .gitpod.Dockerfile

* Add/temp-file

* Add/temp-plugin

gives sample demo for `TalawaPluginProvider `

* remove/unecessary-files#1

* remove/unecessary-files#2

* Add/TalwaPluginProvider

* Add/queries `getPluginsList`

* Docs for 'TalawaPluginProvider'

* `Add/fetch_plugin_list`

* Refractoring & adding `fetchPlugins` in main

* Delete sa.dart

* Delete tempPlugin.dart

* Test/ `Tawla Plugin Provider`

* Refractor : Added `Braintree` config in AndroidManifest.xml

* Refractor : Added `Talawa_plugin_provider_nav` to control plugins visibility in navbar

* Update : Main file setState fix

* Changed  ios version from  `10.0` to `12.0`

* Add : `Donation` feature as Plugin with braintree API

* Add : `createDonation` Mutation

* Fix : `Plugin` render bug

* Chores : Formatted  files

* Add : `navBarItems` (features) as plugins

* Chores : Formatting

* Update : Profile removed key

* Chores : Add `Flutter_Braintree`

* Chores : Fix `Lint errors`

* Fix : Formatting Errors

* Delete talawa_plugin_provider_nav.dart

* Update pull-request.yml

* Added a empty line in main

* Update pull-request.yml

* Fix  : Faling tests

* Fix : Failing test PalisadoesFoundation#2 commented out `teste.pumpAndSetttle`

* Remove : all the changes done in the `custom_drawer_test.dart`

Removed everthing that I've added to check if it will pass the test or not.

* PR Fail Fix  Attempt PalisadoesFoundation#1 : Added `fetchPluginLIst` in `main.dart`

* PR Fail Fix Attempt PalisadoesFoundation#2  : Commenting test cases to check furthur problems

* Chores  : Commented  Imports

* Deleted : Test file

* Fix:  Trigger workflow

* Add : Faling test back `custom_drawer_test.dart`

* Add Test for `utils/query.dart`

* Add : Tests `queries_test.dart`

* Add : Tests `chat_queries_test.dart`

* Add : Test for `comment_queries_test.dart`

* Add : test for `event_queries_test`

* Add :  test for `post_qurie..dart`

* Add : test for `post_query.dart`

* Add : test for `task_queries.dart`

* Add  : test for `utils/validator.dart`

* Fix : failing tests

* Test : Failing test uncommented `custom_drawer_test.dart`

* Fix : Commented `custom_drawer_test.dart`

* removed utils tests

* Removed Commented Code

* add/table of contents and link to installation file.

* Add/ Date validation closes  PalisadoesFoundation#1590

* Add Import

* Add/ Date validation closes PalisadoesFoundation#1590

* Fix login bug closes  PalisadoesFoundation#1581

* removed extra changes

* CI CD FIX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants