Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyToor committed Nov 24, 2024
1 parent 1d15d95 commit b971079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/api/auth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ async fn login_post(
return Err(AuthError::CsrfMissmatch(String::from(
"Possible Cross Site Request Forgery attack detected",
)));
}st
}

let token_result = oauth
.exchange_code(AuthorizationCode::new(code))
Expand Down

0 comments on commit b971079

Please sign in to comment.