base-notification(
:can-remove="false",
:has-icon="false",
:read-after-click="false",
:notification="{}",
@click="action",
)
div.text-center(slot="content")
div.username-notification-title {{ $t('setUsernameNotificationTitle') }}
div {{ $t('setUsernameNotificationBody') }}
div.current-username-container.mx-auto
label.font-weight-bold {{ $t('currentUsername') + " " }}
label @
label {{ user.auth.local.username }}
.notifications-buttons
.btn.btn-small.btn-secondary(@click.stop="changeUsername()") {{ $t('goToSettings') }}