Can upload files

This commit is contained in:
2025-04-09 21:12:47 +02:00
parent 84e1c57dc9
commit 61a4ea62c6
24 changed files with 342 additions and 61 deletions

View File

@ -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;
}