🔐 authPortable.ts

This commit is contained in:
nirholas
2026-03-31 10:24:10 +00:00
parent 8a2cbda198
commit 97c6505173

View File

@@ -17,3 +17,4 @@ export async function maybeRemoveApiKeyFromMacOSKeychainThrows(): Promise<void>
export function normalizeApiKeyForConfig(apiKey: string): string {
return apiKey.slice(-20)
}