Skip to content

Commit

Permalink
misc: add auth fail warning message in callback page (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
embbnux authored May 27, 2024
1 parent 63e1316 commit 7dde406
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/server/views/oauth-callback.pug
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ html
title Google Form Add-in OAuth Callback
link(href='//developer.ringcentral.com/assets/images/favicon.ico?v=20181214-0738', type='image/vnd.microsoft.icon', rel='shortcut icon')
body
#container Loading
#container
div Loading...
br
br
div
span If keep loading, please use RingCentral web app  
a(href="https://app.ringcentral.com") https://app.ringcentral.com
span   to setup this add-in. RingCentral desktop app may have Google authorization issue in version 24.2.x.
script.
window.opener.postMessage({
authCallback: window.location.href,
Expand Down

0 comments on commit 7dde406

Please sign in to comment.