File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ - (DCTOAuth2Account *) getAccount:(NSString *)providerName
95
95
NSString *username = [cfg valueForKey: @" username" ];
96
96
NSString *password = [cfg valueForKey: @" password" ];
97
97
98
+ NSLog (@" getAccount config: %@ " , cfg);
98
99
if (access_token_url != nil ) {
99
100
account = [[DCTOAuth2Account alloc ] initWithType: providerName
100
101
authorizeURL: authorize_url
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ export const authProviders = {
45
45
} ,
46
46
'google' : {
47
47
auth_version : "2.0" ,
48
- authorize_url : 'https://accounts.google.com/o/oauth2/v2/ auth' ,
48
+ authorize_url : 'https://accounts.google.com/o/oauth2/auth' ,
49
49
access_token_url : 'https://accounts.google.com/o/oauth2/token' ,
50
50
callback_url : ( { app_name} ) => `${ app_name } :/oauth-response` ,
51
51
validate : validate ( )
You can’t perform that action at this time.
0 commit comments