mirror of
https://github.com/immich-app/immich.git
synced 2025-11-09 07:32:36 +09:00
Added Cookie Authentication (#360)
* Added Cookie Authentication * Fixed issue with bearer is in lower case * Fixed bearer to Bearer to conform with standard
This commit is contained in:
@@ -6,7 +6,7 @@ import {
|
||||
Configuration,
|
||||
DeviceInfoApi,
|
||||
ServerInfoApi,
|
||||
UserApi,
|
||||
UserApi
|
||||
} from './open-api';
|
||||
|
||||
class ImmichApi {
|
||||
|
||||
Reference in New Issue
Block a user