We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de5766b commit 161ed38Copy full SHA for 161ed38
webdav/src/main/java/ch/cyberduck/core/dav/DAVSession.java
@@ -139,7 +139,7 @@ protected void logout() throws BackgroundException {
139
public void login(final LoginCallback prompt, final CancelCallback cancel) throws BackgroundException {
140
final Credentials credentials = host.getCredentials();
141
if(host.getProtocol().isOAuthConfigurable()) {
142
- authorizationService.validate(credentials.getOauth());
+ credentials.setOauth(authorizationService.validate(credentials.getOauth()));
143
}
144
if(host.getProtocol().isPasswordConfigurable()) {
145
final String domain, username;
0 commit comments