feat(recaptcha): Fix linting issues

This commit is contained in:
nexy7574
2025-07-08 19:15:55 +01:00
parent 980774a275
commit f0994355d4
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ pub async fn try_auth(
)
.await
{
| Ok(_) => {
| Ok() => {
uiaainfo.completed.push(AuthType::ReCaptcha);
},
| Err(e) => {