Browse Source

Add missing indentation

Co-authored-by: Daniel García <dani-garcia@users.noreply.github.com>
pull/4637/head
0x0fbc 9 months ago
parent
commit
2475e8ed99
  1. 2
      src/api/identity.rs

2
src/api/identity.rs

@ -631,7 +631,7 @@ async fn _json_err_twofactor(
.await?;
result["TwoFactorProviders2"][provider.to_string()] = json!({
"AuthUrl": auth_url,
"AuthUrl": auth_url,
})
}
}

Loading…
Cancel
Save