Skip to content

Commit 3c0c8c4

Browse files
TyskaiInes Duits
andauthored
fix mail (from eduID) with right variables (#608)
Co-authored-by: Ines Duits <ines@deploy.mgnt.ams.surfconext.nl>
1 parent 2bcd60b commit 3c0c8c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

roles/myconext/templates/application.yml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ springdoc:
3939
email:
4040
from_deprovisioning: "{{ myconext.email.from_deprovisioning }}"
4141
from_code: "{{ myconext.email.from_code }}"
42-
from_app_nudge: "{{ myconext.email.from_deprovisioning }}"
43-
from_new_device: "{{ myconext.email.from_deprovisioning }}"
42+
from_app_nudge: "{{ myconext.email.from_app_nudge }}"
43+
from_new_device: "{{ myconext.email.from_new_device }}"
4444
error: {{ error_mail_to }}
4545
error_mail: {{ error_mail_to }}
4646
magic-link-url: https://login.{{ myconext_base_domain }}/saml/guest-idp/magic

0 commit comments

Comments
 (0)