Skip to content

Commit

Permalink
Merge pull request #470 from iterate-ch/issue/469
Browse files Browse the repository at this point in the history
Update redirect URI.
  • Loading branch information
ylangisc authored Jan 31, 2024
2 parents 1e8e979 + 4a516a8 commit c44d9f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
<string>https://www.googleapis.com/auth/drive</string>
</array>
<key>OAuth Redirect Url</key>
<string>urn:ietf:wg:oauth:2.0:oob</string>
<string>${oauth.application.identifier}:oauth</string>
<key>OAuth Client ID</key>
<string>…</string>
<key>OAuth Client Secret</key>
<string>…</string>
<string/>
</dict>
</plist>
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
<string>https://www.googleapis.com/auth/devstorage.full_control</string>
</array>
<key>OAuth Redirect Url</key>
<string>urn:ietf:wg:oauth:2.0:oob</string>
<string>${oauth.application.identifier}:oauth</string>
<key>OAuth Client ID</key>
<string>…</string>
<key>OAuth Client Secret</key>
<string>…</string>
<string/>
</dict>
</plist>

0 comments on commit c44d9f1

Please sign in to comment.