mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
When clicking "Grant access", the settings for Dropbox/Google were saved through a call that gets cancelled when redirecting to the grant page (for example in Firefox) This fix makes sure the "save settings" call finished before redirecting to the grant page. Fixes #6176