Edit Profile

Copied!
Warning: changing the token cannot be undone
@if (socialAccounts?.length > 0) {

Connected social accounts

    @for (account of socialAccounts; track account.id) {
  • {{account.name}} ({{account.provider}})
  • }
Warning: disconnecting social accounts cannot be undone
} @if (socialAccountProviders?.length > 0) {

Connect new social account

@for (provider of socialAccountProviders; track provider.name) { {{provider.name}}  }
}