Skip to content

Commit cbecfbe

Browse files
author
rcsoyer
committed
fixed
1 parent 7c659a8 commit cbecfbe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ spring:
2121
client:
2222
registration:
2323
google:
24-
clientId: '962497524793-sn58hgkr469ul5nare0c292nhuses5sh.apps.googleusercontent.com'
25-
clientSecret: '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'
24+
clientId: 'REPLACE_ME'
25+
clientSecret: 'REPLACE_ME'
2626
redirect-uri: '{baseUrl}/login/oauth2/code/google'
2727
authorization-grant-type: authorization_code
2828
scope: openid,profile,email

0 commit comments

Comments
 (0)