You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: custom dashboard component causes runtime error on create-first-user and account views (#14393)
Fixes#14373
The basic auth test suite fails with a custom dashboard component
without this fix.
The fix in particular isn't related to the dashboard view, instead this
component has its type for `path` as optional, so then it causes this
matching function to error.
0 commit comments