Skip to content

Commit

Permalink
[build] oauth 키 수정 #28
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryuuhj committed Mar 15, 2023
1 parent 0a9e1c9 commit 66f3e9b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/android/app/google-service.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"installed":{"client_id":"264061539706-gbl5g4lrm1ih61biek6t8hcou9jb1mnp.apps.googleusercontent.com","project_id":"charged-ground-380504","auth_uri":"https://accounts.google.com/o/oauth2/auth","token_uri":"https://oauth2.googleapis.com/token","auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs"}}
{"installed":{"client_id":"907385257015-oq67gn993s9ss1hfne6tfedohkangtoc.apps.googleusercontent.com","project_id":"heroic-habitat-376713","auth_uri":"https://accounts.google.com/o/oauth2/auth","token_uri":"https://oauth2.googleapis.com/token","auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs"}}
4 changes: 2 additions & 2 deletions frontend/ios/Runner/GoogleService-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<plist version="1.0">
<dict>
<key>CLIENT_ID</key>
<string>264061539706-2h2ol2v6o4ckud8gcvrialhcmnli82mc.apps.googleusercontent.com</string>
<string>907385257015-aul7p80r62ileso12clfps43v9bbbr0s.apps.googleusercontent.com</string>
<key>REVERSED_CLIENT_ID</key>
<string>com.googleusercontent.apps.264061539706-2h2ol2v6o4ckud8gcvrialhcmnli82mc</string>
<string>com.googleusercontent.apps.907385257015-aul7p80r62ileso12clfps43v9bbbr0s</string>
<key>PLIST_VERSION</key>
<string>1</string>
<key>BUNDLE_ID</key>
Expand Down
2 changes: 1 addition & 1 deletion frontend/ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<key>CFBundleURLSchemes</key>
<array>
<!-- google login -->
<string>com.googleusercontent.apps.264061539706-2h2ol2v6o4ckud8gcvrialhcmnli82mc</string>
<string>com.googleusercontent.apps.907385257015-aul7p80r62ileso12clfps43v9bbbr0s</string>
</array>
</dict>
</array>
Expand Down

0 comments on commit 66f3e9b

Please sign in to comment.