Spaces app doesn't set its doc title #72672
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Security/Spaces
Platform Security - Spaces feature
good first issue
low hanging fruit
Team:Security
Team focused on: Auth, Users, Roles, Spaces, Audit Logging, and more!
Extracted from #69286. When the Spaces app mounts, it needs to call
chrome.docTitle.change(PLUGIN_NAME);
. When it unmounts, it needs to callchrome.docTitle.reset();
. See #71045 for examples.The text was updated successfully, but these errors were encountered: