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:
@@ -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")}
|
||||
|
||||
Reference in New Issue
Block a user