Skip to content

Commit f259e3a

Browse files
dwarwickCopilot
andauthored
Update JwtIdentity.Client/Pages/Survey/Survey.razor.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6f5cb80 commit f259e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JwtIdentity.Client/Pages/Survey/Survey.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ protected override async Task OnAfterRenderAsync(bool firstRender)
181181
await JSRuntime.InvokeVoidAsync("renderReCaptcha", "captcha-container", Configuration["ReCaptcha:SiteKey"]);
182182
_captchaRendered = true;
183183
}
184-
catch (Exception ex)
184+
catch (Exception)
185185
{
186186
// Don't set _captchaRendered = true on error, so we can retry
187187
}

0 commit comments

Comments
 (0)