lint
This commit is contained in:
parent
9fbc832de9
commit
7a8da94723
2 changed files with 5 additions and 4 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue