mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
fix
This commit is contained in:
@@ -86,14 +86,14 @@ import { CreateProcessPage } from './modals/create-process/create-process.page';
|
|||||||
import { LoggingInterceptorService } from './services/logging-interceptor.service';
|
import { LoggingInterceptorService } from './services/logging-interceptor.service';
|
||||||
import { PopupQuestionPipe } from './modals/popup-question.pipe';
|
import { PopupQuestionPipe } from './modals/popup-question.pipe';
|
||||||
import '@teamhive/capacitor-video-recorder';
|
import '@teamhive/capacitor-video-recorder';
|
||||||
import { tokenInterceptor } from './interceptors/token.interceptors';
|
import { tokenInterceptor } from './infra/monitoring/interceptors/token.interceptors';
|
||||||
|
|
||||||
import { InputFilterDirective } from './services/directives/input-filter.directive';
|
import { InputFilterDirective } from './services/directives/input-filter.directive';
|
||||||
import { VisibilityDirective } from './services/directives/visibility.directive';
|
import { VisibilityDirective } from './services/directives/visibility.directive';
|
||||||
import { DeplomaOptionsPageModule } from './shared/popover/deploma-options/deploma-options.module';
|
import { DeplomaOptionsPageModule } from './shared/popover/deploma-options/deploma-options.module';
|
||||||
import { DiplomaOptionsPage } from './shared/popover/deploma-options/deploma-options.page';
|
import { DiplomaOptionsPage } from './shared/popover/deploma-options/deploma-options.page';
|
||||||
import { ImageCropperModule } from 'ngx-image-cropper';
|
import { ImageCropperModule } from 'ngx-image-cropper';
|
||||||
import { metricsInterceptor } from './interceptors/metter.interceptor';
|
import { metricsInterceptor } from './infra/monitoring/interceptors/metter.interceptor';
|
||||||
|
|
||||||
import {MatMenuModule} from '@angular/material/menu';
|
import {MatMenuModule} from '@angular/material/menu';
|
||||||
import {MatIconModule} from '@angular/material/icon';
|
import {MatIconModule} from '@angular/material/icon';
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@ import { Injectable } from '@angular/core';
|
|||||||
import { HTTP_INTERCEPTORS, HttpEvent, HttpHandler, HttpInterceptor, HttpRequest, HttpResponse } from '@angular/common/http';
|
import { HTTP_INTERCEPTORS, HttpEvent, HttpHandler, HttpInterceptor, HttpRequest, HttpResponse } from '@angular/common/http';
|
||||||
import { Observable } from 'rxjs';
|
import { Observable } from 'rxjs';
|
||||||
import { tap } from 'rxjs/operators';
|
import { tap } from 'rxjs/operators';
|
||||||
import { meter, RequestCounter } from '../services/monitoring/opentelemetry/matrix';
|
import { meter, RequestCounter } from '../../../services/monitoring/opentelemetry/matrix';
|
||||||
|
|
||||||
|
|
||||||
@Injectable()
|
@Injectable()
|
||||||
+4
-4
@@ -10,14 +10,14 @@ import {
|
|||||||
} from "@angular/common/http";
|
} from "@angular/common/http";
|
||||||
import { Observable, throwError, BehaviorSubject, of } from "rxjs";
|
import { Observable, throwError, BehaviorSubject, of } from "rxjs";
|
||||||
import { catchError, filter, take, switchMap, tap } from "rxjs/operators";
|
import { catchError, filter, take, switchMap, tap } from "rxjs/operators";
|
||||||
import { SessionStore } from '../store/session.service';
|
import { SessionStore } from '../../../store/session.service';
|
||||||
import { environment } from "src/environments/environment";
|
import { environment } from "src/environments/environment";
|
||||||
import { Router } from "@angular/router";
|
import { Router } from "@angular/router";
|
||||||
import { HttpErrorHandle } from 'src/app/services/http-error-handle.service';
|
import { HttpErrorHandle } from 'src/app/services/http-error-handle.service';
|
||||||
import { Platform } from '@ionic/angular';
|
import { Platform } from '@ionic/angular';
|
||||||
import { UserLoginOutputResponse } from "../core/user/repository/user-remote-repository";
|
import { UserLoginOutputResponse } from "../../../core/user/repository/user-remote-repository";
|
||||||
import { UserLoginMapper } from "../core/user/mapper/user-login";
|
import { UserLoginMapper } from "../../../core/user/mapper/user-login";
|
||||||
import { UserSession } from "../models/user.model";
|
import { UserSession } from "../../../models/user.model";
|
||||||
|
|
||||||
@Injectable()
|
@Injectable()
|
||||||
export class TokenInterceptor implements HttpInterceptor {
|
export class TokenInterceptor implements HttpInterceptor {
|
||||||
@@ -1,11 +1,11 @@
|
|||||||
export let versionData = {
|
export let versionData = {
|
||||||
"shortSHA": "715615a44",
|
"shortSHA": "9e7fff83a",
|
||||||
"SHA": "715615a44534c697041ad4a03d37de020b5482ea",
|
"SHA": "9e7fff83a05f456031c46b36cb535744fcf4b82f",
|
||||||
"branch": "feature/login-v2",
|
"branch": "feature/login-v2",
|
||||||
"lastCommitAuthor": "'Peter Maquiran'",
|
"lastCommitAuthor": "'Peter Maquiran'",
|
||||||
"lastCommitTime": "'Wed Jan 15 11:49:57 2025 +0100'",
|
"lastCommitTime": "'Sat Mar 8 16:32:19 2025 +0100'",
|
||||||
"lastCommitMessage": "add despacho ppresidencial",
|
"lastCommitMessage": "add",
|
||||||
"lastCommitNumber": "6139",
|
"lastCommitNumber": "6140",
|
||||||
"changeStatus": "On branch feature/login-v2\nYour branch is ahead of 'origin/feature/login-v2' by 4 commits.\n (use \"git push\" to publish your local commits)\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: doc/architecture.md\n\tmodified: src/app/modals/profile/edit-profile/edit-profile.page.html",
|
"changeStatus": "On branch feature/login-v2\nYour branch is ahead of 'origin/feature/login-v2' by 5 commits.\n (use \"git push\" to publish your local commits)\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/app.module.ts\n\trenamed: src/app/interceptors/metter.interceptor.ts -> src/app/infra/monitoring/interceptors/metter.interceptor.ts\n\trenamed: src/app/interceptors/token.interceptors.ts -> src/app/infra/monitoring/interceptors/token.interceptors.ts",
|
||||||
"changeAuthor": "peter.maquiran"
|
"changeAuthor": "peter.maquiran"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user