Skip to content

Commit

Permalink
feature/GH-1220
Browse files Browse the repository at this point in the history
  • Loading branch information
WeizhengSap committed Feb 22, 2019
1 parent 00c814e commit 4f7e2af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/core/src/user/occ/user.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ export class OccUserService {

// TODO: when the endpoint is ready, add implementation here
resetPassword(token: string, password: string): Observable<{}> {
console.log('token: ', token);
console.log('password: ', password);
console.warn('token: ', token);
console.warn('password: ', password);
return of({});
}

Expand Down

0 comments on commit 4f7e2af

Please sign in to comment.