()
| 54 | }; |
| 55 | |
| 56 | const defaultApiKeyName = (): string => |
| 57 | `API key ${new Intl.DateTimeFormat(undefined, { |
| 58 | month: "short", |
| 59 | day: "numeric", |
| 60 | year: "numeric", |
| 61 | }).format(new Date())}`; |
| 62 | |
| 63 | export function ApiKeysPage() { |
| 64 | useExecutorDocumentTitle("API keys"); |