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}}
  • }
Warning: changing the social accounts cannot be undone
} @if (socialAccountProviders?.length > 0) {

Available social account providers

    @for (provider of socialAccountProviders; track provider.name) {
  • {{provider.name}}
  • }
Warning: changing the social account providers cannot be undone
}