Update Unlock.razor (#320)

This commit is contained in:
Leendert de Borst
2024-10-24 20:02:35 +02:00
parent 86ccccb95d
commit 9ec1d83de9

View File

@@ -180,7 +180,7 @@ else
catch
{
// If in release mode show a generic error.
ServerValidationErrors.AddError("An error occurred while processing the login request. Try again (later).");
_serverValidationErrors.AddError("An error occurred while processing the login request. Try again (later).");
}
#endif
finally