Skip to content

Commit 9c5a94a

Browse files
committed
Update PROTOCOL_PREFIX in constants.ts from wpcom-local-dev to wp-studio
1 parent e879c4e commit 9c5a94a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const DAY_MS = HOUR_MS * 24;
66

77
// OAuth constants
88
export const CLIENT_ID = '95109';
9-
export const PROTOCOL_PREFIX = 'wpcom-local-dev';
9+
export const PROTOCOL_PREFIX = 'wp-studio';
1010

1111
export const LOCKFILE_NAME = 'appdata-v1.json.lock';
1212
export const LOCKFILE_STALE_TIME = 5000;

0 commit comments

Comments
 (0)