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
No known key found for this signature in database
GPG key ID: 0FA334385D0B689F

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) => {