Skip to content

Commit

Permalink
Remove codeVerifier in Permit
Browse files Browse the repository at this point in the history
Co-authored-by: George Gevoian <[email protected]>
  • Loading branch information
fflorent and georgegevoian authored Nov 9, 2023
1 parent 3b097fd commit 676f0ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/server/lib/Permit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export interface Permit {
sessionId?: string; // A particular session.
url?: string; // A particular url.
action?: string; // A string denoting what kind of action the permit applies to.
codeVerifier?: string;
}

/* A store of permits */
Expand Down

0 comments on commit 676f0ba

Please sign in to comment.