(scope: string, email: string)
| 59 | `bb.intro-state.${email}`; |
| 60 | // Workspace-scoped: value keys embed project resource names. |
| 61 | export const storageKeyIamRemind = (scope: string, email: string) => |
| 62 | withScope("bb.iam-remind", scope, email); |
| 63 | export const storageKeyResetPassword = (email: string) => |
| 64 | `bb.reset-password.${email}`; |
| 65 | export const storageKeyContextMenu = (key: string) => `bb.context-menu.${key}`; |
no test coverage detected