if no signin page setup, don't try to resolve context
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
committed by
Patrik Oldsberg
parent
25b7ddd664
commit
9770aed23b
@@ -191,7 +191,7 @@ function PreparedAppRoot(props: {
|
||||
setFinalizeError(error);
|
||||
});
|
||||
} else {
|
||||
void runFinalize();
|
||||
setFinalizedApp(props.preparedApp.finalize());
|
||||
}
|
||||
return () => {
|
||||
cancelled = true;
|
||||
|
||||
Reference in New Issue
Block a user