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 a3371b4 commit a1b251dCopy full SHA for a1b251d
SourceGithub/SourceGithub.php
@@ -381,12 +381,6 @@ class="btn btn-primary btn-white btn-round btn-sm"
381
}
382
383
public function update_repo( $p_repo ) {
384
- # Revoking previously authorized Github access token
385
- if( gpc_isset( 'revoke' ) ) {
386
- unset( $p_repo->info['hub_app_access_token'] );
387
- return $p_repo;
388
- }
389
-
390
$f_hub_username = gpc_get_string( 'hub_username' );
391
$f_hub_reponame = gpc_get_string( 'hub_reponame' );
392
$f_hub_app_client_id = gpc_get_string( 'hub_app_client_id' );
0 commit comments