diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/shared/moderation/user-moderation-dropdown.component.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/shared/moderation/user-moderation-dropdown.component.ts b/client/src/app/shared/moderation/user-moderation-dropdown.component.ts index 47967f8e5..d391246e0 100644 --- a/client/src/app/shared/moderation/user-moderation-dropdown.component.ts +++ b/client/src/app/shared/moderation/user-moderation-dropdown.component.ts | |||
@@ -109,6 +109,8 @@ export class UserModerationDropdownComponent implements OnChanges { | |||
109 | this.i18n('Success'), | 109 | this.i18n('Success'), |
110 | this.i18n('User {{username}} email set as verified', { username: user.username }) | 110 | this.i18n('User {{username}} email set as verified', { username: user.username }) |
111 | ) | 111 | ) |
112 | |||
113 | this.userChanged.emit() | ||
112 | }, | 114 | }, |
113 | 115 | ||
114 | err => this.notificationsService.error(this.i18n('Error'), err.message) | 116 | err => this.notificationsService.error(this.i18n('Error'), err.message) |