Skip to content

Commit

Permalink
Add listName to PersistableQueryParams
Browse files Browse the repository at this point in the history
  • Loading branch information
akinsola-guardian committed Sep 13, 2024
1 parent 8e40c7d commit f71c990
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 f71c990

Please sign in to comment.