dsssssssssssssss

This commit is contained in:
c0repwn3r 2023-04-02 21:55:16 -04:00
parent 8edd9d2e66
commit f0e36b3031
Signed by: core
GPG Key ID: FDBF740DADDCEECF
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ pub async fn verify_totp_authenticators_request(req: Json<VerifyTotpAuthenticato
};
if !valid {
error!("user send invalid totp code");
return HttpResponse::Unauthorized().json(APIErrorsResponse {
errors: vec![
APIError {