mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add action hooks to user routes
This commit is contained in:
@@ -8,7 +8,8 @@ import { userLogin } from './login'
|
||||
import { UserUpdateMe } from '../../models/users'
|
||||
import { omit } from 'lodash'
|
||||
|
||||
type CreateUserArgs = { url: string,
|
||||
type CreateUserArgs = {
|
||||
url: string,
|
||||
accessToken: string,
|
||||
username: string,
|
||||
password: string,
|
||||
|
||||
Reference in New Issue
Block a user