feat(recaptcha): Fix linting issues after the linter fix lied to me

This commit is contained in:
nexy7574
2025-07-08 19:27:51 +01:00
parent f0994355d4
commit ff805d8ae1
+1 -1
View File
@@ -192,7 +192,7 @@ pub async fn try_auth(
) )
.await .await
{ {
| Ok() => { | Ok(()) => {
uiaainfo.completed.push(AuthType::ReCaptcha); uiaainfo.completed.push(AuthType::ReCaptcha);
}, },
| Err(e) => { | Err(e) => {