- {/* App-initiated actions should not see warning messages about the need to complete the action during login. */}
- {displayMessage &&
- message !== undefined &&
- (message.type !== "warning" || !isAppInitiatedAction) && (
-
- )}
-
{children}
- {auth !== undefined &&
- auth.showTryAnotherWayLink &&
- showAnotherWayIfPresent && (
-
- )}
- {displayInfo && (
-
- )}
-