Skip to content

Commit

Permalink
[RENAME] resume to complete for api (#912)
Browse files Browse the repository at this point in the history
Signed-off-by: Zeeshan Mehboob <zeeshan.mehboob@infosys.com>
  • Loading branch information
zesu22 authored Sep 20, 2024
1 parent d8ef317 commit 841198c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oidc-ui/src/constants/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const AUTHCODE = "/authorization/auth-code";
export const CSRF = "/csrf/token";
export const CLAIM_DETAILS = "/authorization/claim-details";
export const PREPARE_SIGNUP_REDIRECT = "/authorization/prepare-signup-redirect";
export const RESUME = "/authorization/resume";
export const RESUME = "/authorization/complete";

// Config endpoint
export const CONFIG = "/theme/config.json";
Expand Down

0 comments on commit 841198c

Please sign in to comment.