mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(web): sharing of access token in server API (#1858)
This commit is contained in:
parent
3ea107be5a
commit
cc6253ba38
14 changed files with 43 additions and 58 deletions
1
web/src/app.d.ts
vendored
1
web/src/app.d.ts
vendored
|
|
@ -5,6 +5,7 @@
|
|||
declare namespace App {
|
||||
interface Locals {
|
||||
user?: import('@api').UserResponseDto;
|
||||
api: import('@api').ImmichApi;
|
||||
}
|
||||
|
||||
// interface Platform {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue