SUPPORT-9362: save status and error by application number; remove redundant methods
This commit is contained in:
parent
ef4d9072ca
commit
59ced43bbe
6 changed files with 12 additions and 63 deletions
|
|
@ -185,7 +185,6 @@ export class UserManagementService extends Behavior {
|
|||
setTimeout(() => {
|
||||
localStorage.removeItem(response.traceId);
|
||||
}, 30 * 60 * 1000);
|
||||
this.rpc.saveTraceId(response.traceId, appNumber);
|
||||
}
|
||||
else {
|
||||
this.saveError(appNumber, response.msg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue