Description
This PR removes TeamToken that we always get but never set, ResourcesToken that was never used, and WorkspaceType that is not needed without TeamToken.
Related Issues
Relates to PB-6505
Related Pull Requests
Checklist
- Changes have been tested locally.
- Unit tests have been written or updated as necessary.
- The code adheres to the repository's coding standards.
- Relevant documentation has been added or updated.
- No new warnings or errors have been introduced.
- SonarCloud issues have been reviewed and addressed.
- QA Passed
Testing Process
- Check that workspaces are shown correctly (individual and business)
- Check that switching between workspaces works
Additional Notes
TeamToken is never set. WorkspaceType is set to 'individual' for all workspaces (both individual and business).
TeamToken part is deprecated as all things related to Teams. Now we use Workspace credentials (which are null for individual workspaces and set for Business one)