
{{ message | async }}
-------------------------------------------------------------------------------- /JDS.OrgManager/JDS.OrgManager.Presentation.WebApi/ClientApp/src/api-authorization/login/login.component.spec.ts: -------------------------------------------------------------------------------- 1 | // Copyright (c)2021 Jacobs Data Solutions 2 | 3 | // Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the 4 | // License at 5 | 6 | // http://www.apache.org/licenses/LICENSE-2.0 7 | 8 | // Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR 9 | // CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. 10 | import { async, ComponentFixture, TestBed } from "@angular/core/testing"; 11 | 12 | import { LoginComponent } from "./login.component"; 13 | 14 | describe("LoginComponent", () => { 15 | let component: LoginComponent; 16 | let fixture: ComponentFixture{{ message | async }}
-------------------------------------------------------------------------------- /JDS.OrgManager/JDS.OrgManager.Presentation.WebApi/ClientApp/src/api-authorization/logout/logout.component.spec.ts: -------------------------------------------------------------------------------- 1 | // Copyright (c)2021 Jacobs Data Solutions 2 | 3 | // Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the 4 | // License at 5 | 6 | // http://www.apache.org/licenses/LICENSE-2.0 7 | 8 | // Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR 9 | // CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. 10 | import { async, ComponentFixture, TestBed } from "@angular/core/testing"; 11 | 12 | import { LogoutComponent } from "./logout.component"; 13 | 14 | describe("LogoutComponent", () => { 15 | let component: LogoutComponent; 16 | let fixture: ComponentFixturecustomer-home works!
2 | -------------------------------------------------------------------------------- /JDS.OrgManager/JDS.OrgManager.Presentation.WebApi/ClientApp/src/app/customers/customer-home/customer-home.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JacobsDataSolutions/OrgManager/92a5c5094ffb512432feabc848662e2ebcd396de/JDS.OrgManager/JDS.OrgManager.Presentation.WebApi/ClientApp/src/app/customers/customer-home/customer-home.component.scss -------------------------------------------------------------------------------- /JDS.OrgManager/JDS.OrgManager.Presentation.WebApi/ClientApp/src/app/customers/customer-home/customer-home.component.spec.ts: -------------------------------------------------------------------------------- 1 | // Copyright (c)2021 Jacobs Data Solutions 2 | 3 | // Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the 4 | // License at 5 | 6 | // http://www.apache.org/licenses/LICENSE-2.0 7 | 8 | // Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR 9 | // CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. 10 | import { ComponentFixture, TestBed } from "@angular/core/testing"; 11 | 12 | import { CustomerHomeComponent } from "./customer-home.component"; 13 | 14 | describe("CustomerHomeComponent", () => { 15 | let component: CustomerHomeComponent; 16 | let fixture: ComponentFixtureClick here to manage employees.
10 |You have successfully registered.
14 |You will receive a notification email when your employee information has been verified.
15 |You have tried to access an unauthorized area of the site.
14 |
13 | Request ID: @Model.RequestId
14 |
19 | Swapping to the Development environment displays detailed information about the error that occurred. 20 |
21 |22 | The Development environment shouldn't be enabled for deployed applications. 23 | It can result in displaying sensitive information from exceptions to end users. 24 | For local debugging, enable the Development environment by setting the ASPNETCORE_ENVIRONMENT environment variable to Development 25 | and restarting the app. 26 |
27 | -------------------------------------------------------------------------------- /JDS.OrgManager/JDS.OrgManager.Presentation.WebApi/Pages/Error.cshtml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JacobsDataSolutions/OrgManager/92a5c5094ffb512432feabc848662e2ebcd396de/JDS.OrgManager/JDS.OrgManager.Presentation.WebApi/Pages/Error.cshtml.cs -------------------------------------------------------------------------------- /JDS.OrgManager/JDS.OrgManager.Presentation.WebApi/Pages/Shared/_LoginPartial.cshtml: -------------------------------------------------------------------------------- 1 | @using Microsoft.AspNetCore.Identity 2 | @using JDS.OrgManager.Infrastructure.Identity 3 | @inject SignInManager