Skip to content

Commit

Permalink
Update Phonebook.Frontend/src/app/services/api/current-user.service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHabenicht authored Dec 17, 2020
1 parent 31ede9b commit 6c343a8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ export class CurrentUserService {
}

public getCurrentUserId(): Observable<string> {
// User for demonstration purposes. Take out before merging!
// return of('9305');
return this.getCurrentUserObject().pipe(
map((str) => {
// Userstring Layout is "Domain\\user"
Expand Down

0 comments on commit 6c343a8

Please sign in to comment.