summaryrefslogtreecommitdiff
path: root/app/Auth/Google.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Auth/Google.php')
-rw-r--r--app/Auth/Google.php2
1 files changed, 0 insertions, 2 deletions
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;
}
}