Skip to content

Commit f68b416

Browse files
committed
missing mail templates
1 parent 215d4de commit f68b416

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ WORKDIR /data
3333

3434
ADD package.json .
3535
ADD *.lock .
36+
RUN mkdir ./templates
37+
COPY ./templates/* ./templates
3638

3739
RUN apt clean -y \
3840
&& apt update -y \

src/management/identities/_schemas/_parts/inetOrgPerson.part.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export class inetOrgPerson extends Document {
2121
@Prop({ type: String, default: null })
2222
public mail?: string;
2323

24-
@Prop({ type: String, default: null })
24+
@Prop({ type: String, default: "" })
2525
public mobile?: string;
2626

2727
@Prop({ type: String, default: null })

0 commit comments

Comments
 (0)