taxtank-core 0.30.22 → 0.30.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -12750,7 +12750,7 @@ class GoogleService {
|
|
|
12750
12750
|
this.isLoggedInSubject = new BehaviorSubject(!this.jwtService.isTokenExpired());
|
|
12751
12751
|
this.isGoogleEnabled = !!this.environment['googleClientId'];
|
|
12752
12752
|
// depending on the level of access
|
|
12753
|
-
this.googleScope = 'https://www.googleapis.com/auth/userinfo.profile';
|
|
12753
|
+
this.googleScope = 'https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/userinfo.email';
|
|
12754
12754
|
}
|
|
12755
12755
|
/**
|
|
12756
12756
|
* prompt for user consent and obtain an access token to work with user data
|