Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit b0bc47c

Browse files
update prefix again (#115)
1 parent 0491921 commit b0bc47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/login/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export default class LoginIndex extends Command {
141141
userId,
142142
name: 'CLI Access Key',
143143
expiresIn: 60 * 60 * 24 * 365, // 365 days
144-
prefix: 'hyp_usr',
144+
prefix: 'hyp_usr_',
145145
metadata: {
146146
ownerType: 'user',
147147
ownerId: userId,

0 commit comments

Comments
 (0)