diff options
Diffstat (limited to 'app/Auth')
-rw-r--r-- | app/Auth/GitHub.php | 4 | ||||
-rw-r--r-- | app/Auth/Google.php | 2 |
2 files changed, 0 insertions, 6 deletions
diff --git a/app/Auth/GitHub.php b/app/Auth/GitHub.php index 1e99df41..0910367a 100644 --- a/app/Auth/GitHub.php +++ b/app/Auth/GitHub.php @@ -147,8 +147,6 @@ class GitHub extends Base catch (TokenResponseException $e) { return false; } - - return false; } /** @@ -172,7 +170,5 @@ class GitHub extends Base catch (TokenResponseException $e) { return false; } - - return false; } } diff --git a/app/Auth/Google.php b/app/Auth/Google.php index 3dca96be..aeeab563 100644 --- a/app/Auth/Google.php +++ b/app/Auth/Google.php @@ -147,7 +147,5 @@ class Google extends Base catch (TokenResponseException $e) { return false; } - - return false; } } |