Remove redundant makeRegistrationUrl prop (#25953)

This commit is contained in:
Michael Telatynski
2023-08-15 16:18:55 +01:00
committed by GitHub
parent 6bce017823
commit 017fbb3793
2 changed files with 0 additions and 30 deletions

View File

@@ -143,9 +143,6 @@ describe("loading:", function () {
enableGuest={true}
onTokenLoginCompleted={resolve}
initialScreenAfterLogin={getScreenFromLocation(windowLocation!)}
makeRegistrationUrl={(): string => {
throw new Error("Not implemented");
}}
/>,
);
});