copy link issue fix
This commit is contained in:
parent
5511901794
commit
1ed14b395a
@ -1,5 +1,6 @@
|
|||||||
import { HttpClient } from '@angular/common/http';
|
import { HttpClient } from '@angular/common/http';
|
||||||
import { Injectable } from '@angular/core';
|
import { Injectable } from '@angular/core';
|
||||||
|
import { environment } from 'environments/environment';
|
||||||
|
|
||||||
// app-scripts v:3.2.4
|
// app-scripts v:3.2.4
|
||||||
/*
|
/*
|
||||||
@ -64,7 +65,9 @@ export class ConstantsProvider {
|
|||||||
lenUserPoolId: "ap-south-1_4kkhgsYo0", // Username
|
lenUserPoolId: "ap-south-1_4kkhgsYo0", // Username
|
||||||
lenClientId: "57t9fv113b5eab5pra127bbgn0", // ClientId for mobile
|
lenClientId: "57t9fv113b5eab5pra127bbgn0", // ClientId for mobile
|
||||||
}
|
}
|
||||||
return testing;
|
return (environment.production === true ? production : testing);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user