Skip to content

Commit

Permalink
Add listName to PersistableQueryParams (#2893)
Browse files Browse the repository at this point in the history
  • Loading branch information
akinsola-guardian authored Sep 16, 2024
1 parent 8e40c7d commit 15fd3d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/shared/model/QueryParams.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ export interface PersistableQueryParams
extends TrackingQueryParams,
StringifiableRecord {
returnUrl: string;

listName?: string;
clientId?: ValidClientId;
// This is the fromURI query parameter from Otka authorization code flow
// that we intercept in fastly. We can send a user back to this uri
Expand Down

0 comments on commit 15fd3d6

Please sign in to comment.