Skip to content

Commit 8441f5e

Browse files
committed
docs(auth): sync migration references after staging merge
1 parent ee52702 commit 8441f5e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/sim/lib/auth/oauth-provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* "Authorized apps" settings surface.
55
*/
66

7-
/** The first-party Sim CLI, seeded by migration `0322_oauth_provider` as a public client. */
7+
/** The first-party Sim CLI, seeded by migration `0323_oauth_provider` as a public client. */
88
export const SIM_CLI_CLIENT_ID = 'sim-cli'
99

1010
/**

packages/sim-cli/src/auth/oauth-flow.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { USER_AGENT } from '../version'
2222
* path for a terminal whose browser cannot reach it (SSH, containers).
2323
*/
2424

25-
/** The client id migration `0322_oauth_provider` seeds; a public client, no secret. */
25+
/** The client id migration `0323_oauth_provider` seeds; a public client, no secret. */
2626
export const OAUTH_CLIENT_ID = 'sim-cli'
2727

2828
/**

0 commit comments

Comments
 (0)