mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-11 08:53:02 +02:00
feat(recaptcha): Fix linting issues
This commit is contained in:
parent
980774a275
commit
f0994355d4
2 changed files with 3 additions and 3 deletions
|
@ -192,7 +192,7 @@ pub async fn try_auth(
|
|||
)
|
||||
.await
|
||||
{
|
||||
| Ok(_) => {
|
||||
| Ok() => {
|
||||
uiaainfo.completed.push(AuthType::ReCaptcha);
|
||||
},
|
||||
| Err(e) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue