Project

General

Profile

« Previous | Next » 

Revision 61385

Finished the multiuser access functionality

View differences:

sidemenu.component.ts
154 154
  }
155 155

  
156 156
  getReposOfUser(): void {
157
    this.repositoryService.getRepositoriesOfUser()
157
    this.repositoryService.getRepositoriesSnippetsOfUser()
158 158
      .subscribe(
159 159
        repos => {
160 160
            this.reposOfUser = repos;

Also available in: Unified diff