How can i Customize Portal

I Want to Remove “Third Party App” From the Poertal
Is there setting for it or remove it by display none

You may override this file: frappe/www/me.html or add a custom css style to hide this div:

<div class="portal-section">
	<span class="my-account-item-link">
		<a href="/third_party_apps">
			<svg class="right-icon icon icon-md"><use href="#icon-web"></use></svg>
			<span class="item-link-text">{{_("Manage 3rd party apps") }}</span>
		</a>
	</span>
</div`
1 Like