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: set document title via Helmet on the not-found route
NotFoundPage was the only authn route child without a <Helmet> block,
so /authn/notfound kept whatever title the previous page set. Add the
title following the per-page pattern from frontend-base ADR 0015.
Refs openedx/frontend-base#250.
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments