src/Saas.SignupAdministration/Saas.SignupAdministration.Web/Areas/Admin/Controllers/UsersController.cs (2 lines): - line 114: // TODO not implemented - line 177: // TODO not implemented src/Saas.Application/Saas.Application.Web/Pages/Index.cshtml (2 lines): - line 10: @*TODO (SaaS): Replace the basic info for the tenant landing page with your own app's, or redirect to dedicated pages*@ - line 19: @*TODO (SaaS): Replace the welcome page when no tenant route is being contacted*@ src/Saas.SignupAdministration/Saas.SignupAdministration.Web/Program.cs (1 line): - line 80: // TODO: Replace with your implementation of persistence provider src/Saas.SignupAdministration/Saas.SignupAdministration.Web/Views/OnboardingWorkflow/Confirmation.cshtml (1 line): - line 32: //TODO (SaaS): This redirects to fetch a fresh user token with the new claims generated for the created tenant permission, src/Saas.Application/Saas.Application.Web/Services/TenantService.cs (1 line): - line 14: // TODO (SaaS): Define the necessary public tenant information necessary for non-member users src/Saas.Application/Saas.Application.Web/Program.cs (1 line): - line 104: // TODO (SaaS): Replace with your implementation of persistence provider src/Saas.Application/Saas.Application.Web/Pages/Shared/_Layout.cshtml (1 line): - line 10: @*TODO (SaaS): Renaming the VS project file should be automatically picked up here, but if the scoped CSS stops working, consider naming it explicitly*@ src/Saas.Application/Saas.Application.Web/Pages/Index.cshtml.cs (1 line): - line 8: // TODO (SaaS): Connect your main page service calls here to begin guiding users both authenticated and otherwise along the right path