-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: editor save after token renewal
The issue existed because the `ClientService` had been destructured, which lead to the request headers not being reactive.
- Loading branch information
1 parent
3eefbd8
commit bb57361
Showing
2 changed files
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Bugfix: Editor save after token renewal | ||
|
||
We've fixed a bug where saving changes in an editor would not work after the access token has been renewed. | ||
|
||
https://github.com/owncloud/web/pull/11068 | ||
https://github.com/owncloud/web/issues/11062 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters