refactor(server): auth/oauth (#3242)

* refactor(server): auth/oauth

* fix: show server error message on login failure
This commit is contained in:
Jason Rasmussen 2023-07-15 00:03:56 -04:00 committed by GitHub
parent 9ef41bf1c7
commit 08c7054845
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 453 additions and 730 deletions

View file

@ -13,7 +13,6 @@ export * from './facial-recognition';
export * from './job';
export * from './media';
export * from './metadata';
export * from './oauth';
export * from './partner';
export * from './person';
export * from './search';
@ -25,4 +24,3 @@ export * from './storage-template';
export * from './system-config';
export * from './tag';
export * from './user';
export * from './user-token';