mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-10 10:06:41 +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
|
.await
|
||||||
{
|
{
|
||||||
| Ok() => {
|
| Ok(()) => {
|
||||||
uiaainfo.completed.push(AuthType::ReCaptcha);
|
uiaainfo.completed.push(AuthType::ReCaptcha);
|
||||||
},
|
},
|
||||||
| Err(e) => {
|
| Err(e) => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue