start scan data
This commit is contained in:
@@ -23,7 +23,7 @@ export class WrenchService {
|
||||
getPostData(reqPath:string, reqData): Observable<any> {
|
||||
|
||||
if (reqPath != 'userlogin' && reqPath != 'createuser'
|
||||
&& reqPath !='stepresetpass' && reqPath !='startresetpasword'){
|
||||
&& reqPath !='stepresetpass' && reqPath !='startresetpasword' && reqPath!='qrlogin'){
|
||||
const sessionId = this.sessionDataProviderService.session;
|
||||
if (sessionId.length==0){
|
||||
//debugger;
|
||||
@@ -89,7 +89,11 @@ export class WrenchService {
|
||||
loginUser(loginData) {
|
||||
return this.getPostData('userlogin',loginData);
|
||||
}
|
||||
//
|
||||
|
||||
qrLoginUser(loginData) {
|
||||
return this.getPostData('qrlogin',loginData);
|
||||
}
|
||||
getBlogData(blogReq){
|
||||
//const blogReq=[];
|
||||
return this.getPostData('blogdata',blogReq);
|
||||
|
||||
Reference in New Issue
Block a user