From 5de4dcaed5794f2d9bb5791018493c312bf9f0e7 Mon Sep 17 00:00:00 2001 From: Kristen Cheung Date: Mon, 5 May 2025 15:07:12 -0400 Subject: [PATCH] update prefix again --- src/commands/login/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/login/index.ts b/src/commands/login/index.ts index b19fc51..b7f6eae 100644 --- a/src/commands/login/index.ts +++ b/src/commands/login/index.ts @@ -141,7 +141,7 @@ export default class LoginIndex extends Command { userId, name: 'CLI Access Key', expiresIn: 60 * 60 * 24 * 365, // 365 days - prefix: 'hyp_usr', + prefix: 'hyp_usr_', metadata: { ownerType: 'user', ownerId: userId,