feat(api tokens): validate title field when creating a new token
This commit is contained in:
@ -6,6 +6,7 @@ export interface IApiPermission {
|
||||
|
||||
export interface IApiToken extends IAbstract {
|
||||
id: number
|
||||
title: string
|
||||
token: string
|
||||
permissions: IApiPermission
|
||||
expiresAt: Date
|
||||
|
Reference in New Issue
Block a user