@php $showAvatarSection = ! $user->shouldPromptPortalAvatar(); @endphp
! $showAvatarSection, ])> @if ($showAvatarSection)
@include('portal.profile.partials.avatar-settings-card', ['user' => $user])
@endif
@include('profile.partials.update-profile-information-form')
@if($canChangePassword ?? $user->canChangePassword())
@include('profile.partials.update-password-form')
@else

A sua conta utiliza login Microsoft. Pode atualizar o nome acima; o e-mail e a senha são geridos pela Microsoft.

@endif