Skip to content

Commit cacb1c6

Browse files
committed
200 ms
1 parent 18ab7b9 commit cacb1c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

oauth.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ <h2>OAuth Authorization</h2>
4343
const statusDiv = document.getElementById('status');
4444
const versionDiv = document.getElementById('version');
4545
// DRY constants
46-
const VERSION = '3';
47-
const CLOSE_DELAY_MS = 4400; // how long the success message is shown before window.close()
46+
const VERSION = '4';
47+
const CLOSE_DELAY_MS = 200; // how long the success message is shown before window.close()
4848
// Centralized visible text so the body content is DRY and easy to change
4949
const TEXTS = {
5050
TITLE: 'OAuth Authorization',

0 commit comments

Comments
 (0)