mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
e13be94e56
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