Skip to content

Commit 6c343a8

Browse files
Update Phonebook.Frontend/src/app/services/api/current-user.service.ts
1 parent 31ede9b commit 6c343a8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Phonebook.Frontend/src/app/services/api/current-user.service.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ export class CurrentUserService {
4242
}
4343

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

0 commit comments

Comments
 (0)