Skip to content

Commit d2313df

Browse files
author
Jonas Hendrickx
authored
PAS-571 | Organization name not correctly interpolated (#722)
1 parent b3ba2cf commit d2313df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AdminConsole/Services/Mail/DefaultMailService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public Task SendMagicLinksDisabledAsync(string organizationName, string email)
9393
Please contact your organization administrator for more information if you have lost your credentials.
9494
""",
9595
HtmlBody =
96-
$$"""
96+
$"""
9797
Magic links have been disabled for '{organizationDisplayName}'.
9898
Please contact your organization administrator for more information if you have lost your credentials.
9999
""",

0 commit comments

Comments
 (0)