Instead of rendering a hard coded html component while logging in, a component should be configurable to render while logging in. This can be done (best?) via `AuthContext`, as an additional property `loggingInComponent` or similar.
Instead of rendering a hard coded html component while logging in, a component should be configurable to render while logging in.
This can be done (best?) via
AuthContext, as an additional propertyloggingInComponentor similar.