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,