fix: try not setting path on access token
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
This commit is contained in:
parent
252b9a3dc6
commit
d2fec66ddb
4 changed files with 4 additions and 5 deletions
|
@ -105,7 +105,7 @@ pub async fn response(
|
|||
response.headers_mut().append(
|
||||
"Set-Cookie",
|
||||
HeaderValue::from_str(
|
||||
&new_access_token_cookie(&app_state.config, access_token).to_string(),
|
||||
&new_access_token_cookie(access_token).to_string(),
|
||||
)?,
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue