File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ export const TextInputType = {
1919 SMTP_USERNAME : 'SMTP_USERNAME' ,
2020 SMTP_LOCAL_NAME : 'SMTP_LOCAL_NAME' ,
2121 SENDER_EMAIL : 'SENDER_EMAIL' ,
22+ SENDER_NAME : 'SENDER_NAME' ,
2223 ORGANIZATION_NAME : 'ORGANIZATION_NAME' ,
2324 ORGANIZATION_LOGO : 'ORGANIZATION_LOGO' ,
2425 DATABASE_NAME : 'DATABASE_NAME' ,
@@ -143,6 +144,7 @@ export interface envVarTypes {
143144 SMTP_PASSWORD : string ;
144145 SMTP_LOCAL_NAME : string ;
145146 SENDER_EMAIL : string ;
147+ SENDER_NAME : string ;
146148 ALLOWED_ORIGINS : [ string ] | [ ] ;
147149 ORGANIZATION_NAME : string ;
148150 ORGANIZATION_LOGO : string ;
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ const Environment = () => {
7070 SMTP_PASSWORD : '' ,
7171 SMTP_LOCAL_NAME : '' ,
7272 SENDER_EMAIL : '' ,
73+ SENDER_NAME : '' ,
7374 ALLOWED_ORIGINS : [ ] ,
7475 ORGANIZATION_NAME : '' ,
7576 ORGANIZATION_LOGO : '' ,
You can’t perform that action at this time.
0 commit comments