Remove redundant makeRegistrationUrl
prop (#25953)
This commit is contained in:
parent
6bce017823
commit
017fbb3793
2 changed files with 0 additions and 30 deletions
|
@ -143,9 +143,6 @@ describe("loading:", function () {
|
|||
enableGuest={true}
|
||||
onTokenLoginCompleted={resolve}
|
||||
initialScreenAfterLogin={getScreenFromLocation(windowLocation!)}
|
||||
makeRegistrationUrl={(): string => {
|
||||
throw new Error("Not implemented");
|
||||
}}
|
||||
/>,
|
||||
);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue