Skip to content

Commit

Permalink
fix(plugin): credentials save for onedrive
Browse files Browse the repository at this point in the history
  • Loading branch information
reruin committed Oct 11, 2021
1 parent 9c2bd9c commit 3829571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sharelist-plugin/lib/driver.onedrive.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ class Manager {
let expires_at = data.expires_in * 1000 + Date.now()
console.log('expires_in', data.expires_in)
return {
...rest,
client_id,
client_secret,
zone,
Expand All @@ -216,7 +217,6 @@ class Manager {
refresh_token: data.refresh_token,
access_token: data.access_token,
expires_at,
...rest
}
}

Expand Down

0 comments on commit 3829571

Please sign in to comment.