Project

General

Profile

« Previous | Next » 

Revision 53127

ready for release

View differences:

sources-update-repo.component.ts
74 74
        () => {
75 75
          this.loadingMessage = '';
76 76
          this.logoURL = this.repo.logoUrl;
77
          if ( this.authService.getUserEmail() !== this.repo.registeredBy ) {
77
          if ( this.authService.activateFrontAuthorization && (this.authService.getUserEmail() !== this.repo.registeredBy) ) {
78 78
            this.router.navigateByUrl('/403-forbidden', { skipLocationChange: true });
79 79
          }
80 80
        }

Also available in: Unified diff