mirror of
https://github.com/KevinMidboe/immich.git
synced 2026-02-10 02:09:23 +00:00
refactor(server)*: tsconfigs (#2689)
* refactor(server): tsconfigs * chore: dummy commit * fix: start.sh * chore: restore original entry scripts
This commit is contained in:
1
server/src/domain/oauth/response-dto/index.ts
Normal file
1
server/src/domain/oauth/response-dto/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from './oauth-config-response.dto';
|
||||
@@ -0,0 +1,7 @@
|
||||
export class OAuthConfigResponseDto {
|
||||
enabled!: boolean;
|
||||
passwordLoginEnabled!: boolean;
|
||||
url?: string;
|
||||
buttonText?: string;
|
||||
autoLaunch?: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user