Restore the Manage account button text color and add playwright test (#33411)

* Restore the Manage account button text color and add playwright test

* Fix prettier issue

* Fix Sonar issue
This commit is contained in:
rbondesson
2026-05-06 17:42:33 +00:00
committed by GitHub
parent dfc554aa91
commit e491fb8c81
3 changed files with 45 additions and 0 deletions
@@ -63,10 +63,12 @@ const ManageAccountButton: React.FC<ManageAccountButtonProps> = ({ externalAccou
onClick={null}
element="a"
kind="primary"
data-kind="primary"
target="_blank"
rel="noreferrer noopener"
href={externalAccountManagementUrl}
data-testid="external-account-management-link"
style={{ textDecoration: "none" }}
>
<PopOutIcon className="mx_UserProfileSettings_accountmanageIcon" width="24" height="24" />
{_t("settings|general|oidc_manage_button")}