File tree Expand file tree Collapse file tree 2 files changed +2
-42
lines changed
kotlin/net/thunderbird/android/auth Expand file tree Collapse file tree 2 files changed +2
-42
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -42,19 +42,18 @@ class TbOAuthConfigurationFactory : OAuthConfigurationFactory {
4242 )
4343 }
4444
45- // TODO: Update clientId and redirectUri once new client ID is available
4645 private fun createGmailConfiguration (): Pair <List <String >, OAuthConfiguration> {
4746 return listOf (
4847 " imap.gmail.com" ,
4948 " imap.googlemail.com" ,
5049 " smtp.gmail.com" ,
5150 " smtp.googlemail.com" ,
5251 ) to OAuthConfiguration (
53- clientId = " 560629489500-rvmv3suifbrl1888pl6ppulog8krnlcp .apps.googleusercontent.com" ,
52+ clientId = " 560629489500-u95g9r3m604k2f1uqb5c7mo27coj8g9i .apps.googleusercontent.com" ,
5453 scopes = listOf (" https://mail.google.com/" ),
5554 authorizationEndpoint = " https://accounts.google.com/o/oauth2/v2/auth" ,
5655 tokenEndpoint = " https://oauth2.googleapis.com/token" ,
57- redirectUri = " ${BuildConfig .APPLICATION_ID } .mobile :/oauth2redirect" ,
56+ redirectUri = " ${BuildConfig .APPLICATION_ID } :/oauth2redirect" ,
5857 )
5958 }
6059
You can’t perform that action at this time.
0 commit comments