Skip to content

Commit

Permalink
Launch API keys! (#155)
Browse files Browse the repository at this point in the history
Co-authored-by: Brandon Duffany <[email protected]>
  • Loading branch information
bduffany and bduffany authored Nov 21, 2020
1 parent 08fc45f commit 0b784a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/capabilities/capabilities.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export class Capabilities {
this.invocationSharing = true;
this.compareInvocations = true;
this.deleteInvocation = true;
this.manageApiKeys = window.localStorage["manage_api_keys"] === "true";
this.manageApiKeys = true;
this.paths = new Set(paths);
window.gtag("set", {
app_name: this.name,
Expand Down

0 comments on commit 0b784a2

Please sign in to comment.