This commit is contained in:
Henry Jameson 2026-06-10 17:39:53 +03:00
commit 7a8da94723
2 changed files with 5 additions and 4 deletions

View file

@ -225,7 +225,8 @@ const ModerationTools = {
return () => this.disableMFA()
}
case 'statuses': {
return () => this.$router.push(`/users/\$${this.users[0].id}/admin_view`)
return () =>
this.$router.push(`/users/\$${this.users[0].id}/admin_view`)
}
case 'require_password_change': {
return () => this.requirePasswordChange()