mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +00:00
a376e8dbfe
Currently if a user gets to a page they don't have permission to view they're greeted with a vague error alert and no actionable items. This PR adds a link back to _/workspaces_ within the alert as well as more helpful error details. Before:  After: 