Fairoj : Cognito credential changes on dev and stage env & pd genie logo changes
This commit is contained in:
parent
2543175776
commit
a40bf2e304
@ -7,7 +7,7 @@
|
||||
<!-- <h2><i class="fa fa-superpowers" aria-hidden="true"></i> <span> OPTIMA</span>
|
||||
</h2> -->
|
||||
<h2>
|
||||
<img src="assets/images/PD.jpeg" style="height: 50px;"> <!-- <span> {{userDep}} </span> -->
|
||||
<img src="assets/images/PD_Genie_TM1.jpg" style="height: 50px;"> <!-- <span> {{userDep}} </span> -->
|
||||
</h2>
|
||||
</div>
|
||||
<div class="main-nav">
|
||||
@ -105,7 +105,7 @@
|
||||
<!--<h2><i class="fa fa-superpowers" aria-hidden="true"></i> <span> {{userDep}}({{fullName}})</span>
|
||||
</h2>-->
|
||||
<a (click)="menunav('HOME')">
|
||||
<img [routerLink]="['/dashboard']" src="assets/images/PD.jpeg" style="height: 35px;"> <strong> | </strong> <span> {{userDep}} </span>
|
||||
<img [routerLink]="['/dashboard']" src="assets/images/PD_Genie_TM1.jpg" style="height: 35px;"> <strong> | </strong> <span> {{userDep}} </span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -2,7 +2,8 @@
|
||||
<div class="form-bg">
|
||||
<div fxLayout="row" fxLayoutAlign="center" class="pt-2">
|
||||
<!-- <p>SINEEDGE Login Details</p> -->
|
||||
<h3 class="page-title"><img src="assets/images/PD.jpeg" style="height: 50px;;"> <span> PD Genie </span>
|
||||
<h3 class="page-title"><img src="assets/images/PD_Genie_TM1.jpg" style="height: 50px;;">
|
||||
<!-- <span> PD Genie </span> -->
|
||||
</h3>
|
||||
</div>
|
||||
<div fxLayout="row" fxLayoutAlign="center start" class="pt-2">
|
||||
|
||||
BIN
ng6-seed/src/assets/images/PD_Genie_TM.jpg
Normal file
BIN
ng6-seed/src/assets/images/PD_Genie_TM.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 190 KiB |
BIN
ng6-seed/src/assets/images/PD_Genie_TM1.jpg
Normal file
BIN
ng6-seed/src/assets/images/PD_Genie_TM1.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 113 KiB |
@ -47,13 +47,18 @@ export const environment = {
|
||||
// seClientId: '67b4fnbuols5upms5to8bvqddh',
|
||||
|
||||
// lenIdentityPoolId:"ap-south-1:ca22dabc-db59-4af5-9bb8-265f7ec95907", //This value is not used in the project
|
||||
lenUserPoolId: "ap-south-1_hFiGyr1Gw", // Username
|
||||
lenClientId: "vkotfqgqorgjh3fvp1r26hslv", // ClientName
|
||||
|
||||
// lenUserPoolId: "ap-south-1_hFiGyr1Gw", // Username
|
||||
// lenClientId: "vkotfqgqorgjh3fvp1r26hslv", // ClientName
|
||||
lenUserPoolId : "ap-south-1_4kkhgsYo0",
|
||||
lenClientId : "3fn24p62t3k7ja0pa50g453p30",
|
||||
|
||||
// venIdentityPoolId: "ap-south-1:5ad3ce43-4260-4273-87b2-e6a377b8e874",
|
||||
venUserPoolId: "ap-south-1_K57yPaWxV", // Username
|
||||
venClientId: "5sntllm6nbqo120mteqqd8b9nq", // ClientName
|
||||
// venUserPoolId: "ap-south-1_K57yPaWxV", // Username
|
||||
// venClientId: "5sntllm6nbqo120mteqqd8b9nq", // ClientName
|
||||
|
||||
venUserPoolId:"ap-south-1_cBDvQB1ok",
|
||||
venClientId:"6coneo2783pdhr30nstq32o86i",
|
||||
|
||||
|
||||
|
||||
rekognitionBucket: '',
|
||||
@ -71,4 +76,4 @@ export const environment = {
|
||||
//apiUrl:'http://localhost/sparqapi/api/'
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
@ -47,13 +47,17 @@ export const environment = {
|
||||
// seClientId: '67b4fnbuols5upms5to8bvqddh',
|
||||
|
||||
// lenIdentityPoolId:"ap-south-1:ca22dabc-db59-4af5-9bb8-265f7ec95907", //This value is not used in the project
|
||||
lenUserPoolId: "ap-south-1_hFiGyr1Gw", // Username
|
||||
lenClientId: "vkotfqgqorgjh3fvp1r26hslv", // ClientName
|
||||
|
||||
// lenUserPoolId: "ap-south-1_hFiGyr1Gw", // Username
|
||||
// lenClientId: "vkotfqgqorgjh3fvp1r26hslv", // ClientName
|
||||
lenUserPoolId : "ap-south-1_4kkhgsYo0",
|
||||
lenClientId : "3fn24p62t3k7ja0pa50g453p30",
|
||||
|
||||
// venIdentityPoolId: "ap-south-1:5ad3ce43-4260-4273-87b2-e6a377b8e874",
|
||||
venUserPoolId: "ap-south-1_K57yPaWxV", // Username
|
||||
venClientId: "5sntllm6nbqo120mteqqd8b9nq", // ClientName
|
||||
// venUserPoolId: "ap-south-1_K57yPaWxV", // Username
|
||||
// venClientId: "5sntllm6nbqo120mteqqd8b9nq", // ClientName
|
||||
|
||||
venUserPoolId:"ap-south-1_cBDvQB1ok",
|
||||
venClientId:"6coneo2783pdhr30nstq32o86i",
|
||||
|
||||
|
||||
rekognitionBucket: '',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user