Skip to content

Commit

Permalink
Make redirect temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
boxbeam committed Apr 9, 2024
1 parent 9810feb commit 7d69008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/tabby-webserver/src/integrations/github.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ async fn callback(
return Err(StatusCode::INTERNAL_SERVER_ERROR);
}

Ok(Redirect::permanent("/"))
Ok(Redirect::temporary("/"))
}

Check warning on line 117 in ee/tabby-webserver/src/integrations/github.rs

View check run for this annotation

Codecov / codecov/patch

ee/tabby-webserver/src/integrations/github.rs#L112-L117

Added lines #L112 - L117 were not covered by tests

async fn connect(
Expand Down

0 comments on commit 7d69008

Please sign in to comment.