Remove redundant makeRegistrationUrl prop (#25953)
This commit is contained in:
committed by
GitHub
parent
6bce017823
commit
017fbb3793
@@ -143,9 +143,6 @@ describe("loading:", function () {
|
||||
enableGuest={true}
|
||||
onTokenLoginCompleted={resolve}
|
||||
initialScreenAfterLogin={getScreenFromLocation(windowLocation!)}
|
||||
makeRegistrationUrl={(): string => {
|
||||
throw new Error("Not implemented");
|
||||
}}
|
||||
/>,
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user