We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eb3873 commit 5a93462Copy full SHA for 5a93462
drive/picker/helloworld.html
@@ -123,8 +123,8 @@
123
*/
124
function handleSignoutClick() {
125
if (accessToken) {
126
- accessToken = null;
127
google.accounts.oauth2.revoke(accessToken);
+ accessToken = null;
128
document.getElementById('content').innerText = '';
129
document.getElementById('authorize_button').innerText = 'Authorize';
130
document.getElementById('signout_button').style.visibility = 'hidden';
0 commit comments