We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99ad0ab commit c595013Copy full SHA for c595013
1 file changed
src/IdServer/SimpleIdServer.IdServer/Layout/AuthFormLayout/AuthLayoutBuilder.cs
@@ -42,7 +42,7 @@ public AuthLayoutBuilder AddElement(IFormElementRecord record)
42
43
public AuthLayoutBuilder AddSuccessMessage(string code, string value)
44
{
45
- FormRecord.ErrorMessageTranslations.Add(new FormMessageTranslation
+ FormRecord.SuccessMessageTranslations.Add(new FormMessageTranslation
46
47
Language = Constants.DefaultLanguage,
48
Value = value,
0 commit comments