mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
Add missing field in dto
This commit is contained in:
parent
0a96e96599
commit
ae6e2eee86
1 changed files with 1 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ export type SystemConfigSmtpTransportDto = {
|
||||||
ignoreCert: boolean;
|
ignoreCert: boolean;
|
||||||
password: string;
|
password: string;
|
||||||
port: number;
|
port: number;
|
||||||
|
secure: boolean;
|
||||||
username: string;
|
username: string;
|
||||||
};
|
};
|
||||||
export type SystemConfigSmtpDto = {
|
export type SystemConfigSmtpDto = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue