We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bcd60b commit 3c0c8c4Copy full SHA for 3c0c8c4
1 file changed
roles/myconext/templates/application.yml.j2
@@ -39,8 +39,8 @@ springdoc:
39
email:
40
from_deprovisioning: "{{ myconext.email.from_deprovisioning }}"
41
from_code: "{{ myconext.email.from_code }}"
42
- from_app_nudge: "{{ myconext.email.from_deprovisioning }}"
43
- from_new_device: "{{ myconext.email.from_deprovisioning }}"
+ from_app_nudge: "{{ myconext.email.from_app_nudge }}"
+ from_new_device: "{{ myconext.email.from_new_device }}"
44
error: {{ error_mail_to }}
45
error_mail: {{ error_mail_to }}
46
magic-link-url: https://login.{{ myconext_base_domain }}/saml/guest-idp/magic
0 commit comments