We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ab7b9 commit cacb1c6Copy full SHA for cacb1c6
1 file changed
oauth.html
@@ -43,8 +43,8 @@ <h2>OAuth Authorization</h2>
43
const statusDiv = document.getElementById('status');
44
const versionDiv = document.getElementById('version');
45
// DRY constants
46
- const VERSION = '3';
47
- const CLOSE_DELAY_MS = 4400; // how long the success message is shown before window.close()
+ const VERSION = '4';
+ const CLOSE_DELAY_MS = 200; // how long the success message is shown before window.close()
48
// Centralized visible text so the body content is DRY and easy to change
49
const TEXTS = {
50
TITLE: 'OAuth Authorization',
0 commit comments