Skip to content

Commit

Permalink
Update app/custom-oauth/server/custom_oauth_server.js
Browse files Browse the repository at this point in the history
Co-Authored-By: ralfbecker <rb@egroupware.org>
  • Loading branch information
geekgonecrazy and ralfbecker committed Apr 16, 2019
1 parent 6f524f4 commit 295f9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/custom-oauth/server/custom_oauth_server.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export class CustomOAuth {
expiresAt: (+new Date) + (1000 * parseInt(response.expires_in, 10)),
};

// only set the token in serviceData if it's there. this ensures
// only set the token in serviceData if it's there. this ensures
// that we don't lose old ones (since we only get this on the first
// log in attempt)
if (response.refresh_token) {
Expand Down

0 comments on commit 295f9dc

Please sign in to comment.