Skip to content

Commit

Permalink
Merge pull request #1137 from tchapgouv/1136-fix-error-catch-ndd-regi…
Browse files Browse the repository at this point in the history
…stration

fix(registration): reput tchap url for error catch ndd not found
  • Loading branch information
MarcWadai authored Oct 16, 2024
2 parents 17db437 + 09e0e06 commit 252668c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ import { startOidcLogin } from "../../../utils/oidc/authorize";
import TchapUtils from '../../../../../../src/tchap/util/TchapUtils'; // :TCHAP: registration-for-mainlining
import TchapUIFeature from "../../../../../../src/tchap/util/TchapUIFeature"; // :TCHAP: sso-agentconnect-flow
import ProconnectButton from "../../../../../../src/tchap/components/views/sso/ProconnectButton"; // :TCHAP: sso-agentconnect-flow
import TchapUrls from "../../../../../../src/tchap/util/TchapUrls";

const debuglog = (...args: any[]): void => {
if (SettingsStore.getValue("debug_registration")) {
Expand Down

0 comments on commit 252668c

Please sign in to comment.