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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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");
}}
/>,
);
});