Skip to content

Commit

Permalink
edit add logoutRedirectUrl to config model
Browse files Browse the repository at this point in the history
  • Loading branch information
alx652 committed May 24, 2023
1 parent b8605e6 commit 067191f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/core/config/config.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export interface Config {
gsrsHomeBaseUrl?: string;
apiSSG4mBaseUrl?: string;
apiUrlDomain?: string;
logoutRedirectUrl?: string;
googleAnalyticsId?: string;
version?: string;
buildDateTime?: string;
Expand Down

0 comments on commit 067191f

Please sign in to comment.