1
0
Fork 0

Reload user table when setting an email to verified

This commit is contained in:
Chocobozzz 2018-11-21 17:11:56 +01:00
parent f97c91f7ec
commit a99e2d9448
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 0 deletions

View File

@ -109,6 +109,8 @@ export class UserModerationDropdownComponent implements OnChanges {
this.i18n('Success'),
this.i18n('User {{username}} email set as verified', { username: user.username })
)
this.userChanged.emit()
},
err => this.notificationsService.error(this.i18n('Error'), err.message)