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
Several external links in the application are missing the rel="noopener noreferrer" attribute. This is both a security risk and a lighthouse performance penalty. Audit src/components/ and fix all target="_blank" links.
Several external links in the application are missing the
rel="noopener noreferrer"attribute. This is both a security risk and a lighthouse performance penalty. Auditsrc/components/and fix all target="_blank" links.