Project

General

Profile

« Previous | Next » 

Revision 61385

Finished the multiuser access functionality

View differences:

join.component.ts
41 41
  }
42 42

  
43 43
  getReposOfUser(): void {
44
    this.repositoryService.getRepositoriesOfUser()
44
    this.repositoryService.getRepositoriesSnippetsOfUser()
45 45
      .subscribe(
46 46
        repos => {
47 47
          this.repositoriesOfUser = repos;

Also available in: Unified diff