Skip to content

Commit

Permalink
fix: firefox fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
yhw2003 committed Dec 20, 2023
1 parent 5175928 commit 52feaa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ async fn clear_cookie() -> Result<(), io::Error> {
let _ = sqlx::query(
"
DELETE FROM moz_cookies WHERE name = 'mars_token';
DELETE FROM cookies WHERE name = 'sso_validate_token';
DELETE FROM moz_cookies WHERE name = 'sso_validate_token';
",
)
.execute(&pool)
Expand Down

0 comments on commit 52feaa5

Please sign in to comment.