mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-10 12:46:42 +02:00
feat(recaptcha): Fix linting issues after the linter fix lied to me
This commit is contained in:
parent
f0994355d4
commit
ff805d8ae1
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ pub async fn try_auth(
|
|||
)
|
||||
.await
|
||||
{
|
||||
| Ok() => {
|
||||
| Ok(()) => {
|
||||
uiaainfo.completed.push(AuthType::ReCaptcha);
|
||||
},
|
||||
| Err(e) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue