Skip to content

Commit

Permalink
chore change gmail config token value from empty string to array duri…
Browse files Browse the repository at this point in the history
…ng logout
  • Loading branch information
Wisdom Ebong committed Jul 22, 2021
1 parent f51c97c commit f0c3854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TokenConfigStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public function delete($email)
]);

$gmailConfig->setState([
"token_for_{$email}" => '',
"token_for_{$email}" => [],
]);

$this->configRepo->update($gmailConfig);
Expand Down

0 comments on commit f0c3854

Please sign in to comment.