Project

General

Profile

« Previous | Next » 

Revision 53127

ready for release

View differences:

compatibility-monitor-repo.component.ts
58 58
          this.loadingMessage = '';
59 59
          if (this.repo) {
60 60
            this.repoName = this.repo.officialName;
61
            if ( this.authService.getUserEmail() !== this.repo.registeredBy ) {
61
            if ( this.authService.activateFrontAuthorization && (this.authService.getUserEmail() !== this.repo.registeredBy) ) {
62 62
              this.router.navigateByUrl('/403-forbidden', { skipLocationChange: true });
63 63
            } else {
64 64
              this.getLatestAggregationHistory();

Also available in: Unified diff