Can upload files
This commit is contained in:
@ -12,7 +12,7 @@ export interface Token {
|
||||
right_account: boolean;
|
||||
right_movement: boolean;
|
||||
right_inbox: boolean;
|
||||
right_attachment: boolean;
|
||||
right_file: boolean;
|
||||
right_auth: boolean;
|
||||
}
|
||||
|
||||
@ -28,7 +28,7 @@ export interface NewToken {
|
||||
right_account: boolean;
|
||||
right_movement: boolean;
|
||||
right_inbox: boolean;
|
||||
right_attachment: boolean;
|
||||
right_file: boolean;
|
||||
right_auth: boolean;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user