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
}